SwiZzoR

Untitled

Apr 9th, 2014
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.57 KB | None | 0 0
  1.  
  2. public OnPlayerCommandText(playerid, cmdtext[])
  3. {
  4. //פארק הרכבים
  5.     if(strcmp(cmdtext, "/carpark", true) == 0)
  6.     {
  7.         SetPlayerPos(playerid, -1892.6456, -909.7684, 32.0234);
  8.         SendClientMessage(playerid, 0x00FFFFFF,"השתגרת בהצלחה על אזור פארק הרכבים");
  9.             return 1;
  10.     }  //נמל התעופה
  11.         if(strcmp(cmdtext, "/ap", true) == 0)
  12.     {
  13.             SetPlayerPos(playerid, -1355.8064, -239.8544, 14.1440);
  14.             SendClientMessage(playerid, 0x00FFFFFF,"השתגרת בהצלחה אל אזור נמל התעופה);
  15.          return 1;
  16.     }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment