Advertisement
Guest User

kamenac

a guest
Aug 20th, 2014
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. /////////////////KOMANDE ZA SERVER-DILLIMORE///////////////
  2. ////////////////Komanda za ulaz u PD interijer///////////
  3. /*YCMD:pdulaz(playerid, params[])
  4. {
  5. {
  6. if(IsPlayerInRangeOfPoint(playerid, 3.0, 626.9653,-571.7890,17.9207,))//Ulaz u Policiju
  7. {
  8. SetPlayerPos(playerid, 246.783996,63.900199,1003.640625); // Policija INT
  9. SetPlayerInterior(playerid, 6);
  10. }
  11. }
  12. return 1;
  13. }
  14. ///////////////////////////////////////Komanda za izlaz iz PD interijera///////////
  15. YCMD:pdizlaz(playerid, params[])
  16. {
  17. {
  18. if(IsPlayerInRangeOfPoint(playerid, 3.0, 626.9653,-571.7890,17.9207,))// Izlaz iz Policije
  19. {
  20. SetPlayerPos(playerid, 1366.3108,-1279.5417,13.5469);
  21. SetPlayerInterior(playerid, 0);
  22. }
  23. ///////////////////////////////////////////////////////////////////////////////////////////////////////*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement