Advertisement
WildWave

Untitled

May 6th, 2014
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. if (strcmp("/Race", cmdtext, true, 10) == 0)
  2. {
  3. if (GetPlayerVirtualWorld(playerid) == 1 || GetPlayerVirtualWorld(playerid) == 2)return SendClientMessage(playerid,0xFF0000FF,"[ERROR] {FFFFFF}! אי אפשרות להשתגר בעולם המלחמות");
  4. {
  5. SetVehiclePos(GetPlayerVehicleID(playerid), 2056.8210,825.9614,6.5742);
  6. SetVehicleZAngle(GetPlayerVehicleID(playerid), 0);
  7. }
  8. else
  9. {
  10. SetPlayerPos(playerid, 2057.6038,841.5321,6.9650);
  11. SetPlayerFacingAngle(playerid, 0);
  12. }
  13. SendClientMessage(playerid,0xFFFFFFFF,"{FFCB2C}Race -{00FF11} ברוכים הבאים אל ה");
  14. return 1;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement