Guest User

Untitled

a guest
May 4th, 2014
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. if (strcmp("/Act Join", cmdtext, true) == 0)
  2. {
  3. if(Act == 0) return SendClientMessage(playerid, COLOR_RED, "!הפעילות לא פעילה כרגע");
  4. if(Act == 1) return SendClientMessageToAll(COLOR_YELLOW, "!השתגרת לפעילות הברח מהבזוקה בהצלחה");
  5. SetPlayerPos(playerid, 2392.1533,1134.5825,34.2529);
  6. SetPlayerVirtualWorld(playerid, 10);
  7. return 1;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment