Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public OnPlayerCommandText(playerid, cmdtext[])
- {
- //פארק הרכבים
- if(strcmp(cmdtext, "/carpark", true) == 0)
- {
- SetPlayerPos(playerid, -1892.6456, -909.7684, 32.0234);
- SendClientMessage(playerid, 0x00FFFFFF,"השתגרת בהצלחה על אזור פארק הרכבים");
- return 1;
- } //נמל התעופה
- if(strcmp(cmdtext, "/ap", true) == 0)
- {
- SetPlayerPos(playerid, -1355.8064, -239.8544, 14.1440);
- SendClientMessage(playerid, 0x00FFFFFF,"השתגרת בהצלחה אל אזור נמל התעופה);
- return 1;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment