Jump to content

calin1996

Membru
  • Posts

    177
  • Joined

  • Last visited

Everything posted by calin1996

  1. [pawn]if(strcmp(cmd, "/gotoevent1", true) == 0) { if(IsPlayerConnected(playerid)) { if(PlayerInfo[playerid][pAdmin] >= 3) { if (GetPlayerState(playerid) == 2) { new tmpcar = GetPlayerVehicleID(playerid); SetVehiclePos(tmpcar, -1401.7799,-251.1021,1043.5391); TelePos[playerid][0] = 0.0;TelePos[playerid][1] = 0.0; } else { SetPlayerPos(playerid, -1401.7799,-251.1021,1043.5391); } SendClientMessage(playerid, COLOR_GRAD1, " Ai fost teleportat !"); SetPlayerInterior(playerid,0); PlayerInfo[playerid][pInt] = 0; SetPlayerVirtualWorld(playerid, 0); } else { SendClientMessage(playerid, COLOR_GRAD1, " Nu esti autorizat pentru folosirea comenzii !"); } } return 1; }[/pawn] Nu apar masini daca le aduc la mine dupa ce dau comanda,ce sa fac?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.