Advertisement
Guest User

Untitled

a guest
Jul 24th, 2014
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. /*-----------------------------------------*\
  2. Here are the NPC Details
  3. \*-----------------------------------------*/
  4.  
  5. NPCSHOP = NPCSHOP or {}
  6. NPCSHOP.CarSpawn = {}
  7. NPCSHOP.SpawnPoint = {}
  8.  
  9. NPCSHOP.Name = "Concessionnaire"
  10. NPCSHOP.ID = 2
  11. NPCSHOP.Model = "models/Humans/Group01/Male_04.mdl"
  12.  
  13. NPCSHOP.SpawnPoint["rp_evocity_v33x"] = {
  14. {
  15. Pos = Vector(4236.524414 -4705.677734 128.031250),
  16. Ang = Angle(80.788071 -86.789268 0.000000)
  17. },
  18. }
  19.  
  20. // Player Question
  21. NPCSHOP.Question_1 = "Rangez ma voiture."
  22. NPCSHOP.Question_2 = "Hey! Je cherche une nouvelle voiture."
  23. NPCSHOP.Question_3 = "Non."
  24.  
  25. // NPC Answers
  26. NPCSHOP.Answer_1 = "Voila !"
  27. NPCSHOP.Answer_2 = "Voila ce que nous vendons."
  28. NPCSHOP.Answer_3 = ""
  29.  
  30. NPCSHOP.CarSpawn["rp_evocity_v33x"] = {
  31. {
  32. Pos = Vector(4063.699951 -4286.942871 128.031250),
  33. Ang = Angle(49.451763 -87.645638 0.000000)
  34. },
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement