Jump to content

Ionut1

Membru
  • Posts

    43
  • Joined

  • Last visited

Posts posted by Ionut1

  1. Iti recomand ZCMD

    CMD:gotols(playerid, params[])
    {
        if(PlayerInfo[playerid][pAdmin] == 0) return SendClientMessage(playerid, COLOR_GRAD1, "   You are not authorized to use that command !");
        {
            if(IsPlayerInAnyVehicle(playerid))
            {
                DOO_SetVehiclePos(GetPlayerVehicleID(playerid), 1529.6,-1691.2,13.3);
            }
            else
            {
                DOO_SetPlayerPos(playerid, 1529.6,-1691.2,13.3);
            }
        }
        return 1;
    }

×
×
  • 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.