Advertisement
WildWave

Untitled

May 4th, 2014
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if (strcmp("/Act Join", cmdtext, true) == 0)
  2. {
  3. if(Act == 0) return SendClientMessage(playerid, COLOR_RED, "!הפעילות לא פעילה כרגע");
  4. 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
Advertisement