Ayuda con comando error al compilar.
#2

pawn Код:
CMD:deletecarro(playerid, params[])
{
    if (Info[playerid][pAdminZC] >= 99999)
    {
        new string[128];
        if(IsPlayerInAnyVehicle(playerid))
        {
            new carid = GetPlayerVehicleID(playerid);
            DestroyVehicle(carid);
            format(string, sizeof(string), " Coche %d destruido.", carid);
            SendClientMessageEx(playerid, COLOR_GREY, string);
        }
    }
    return true;
}
Reply


Messages In This Thread
Ayuda con comando error al compilar. - by Blackaslan - 19.12.2014, 17:58
Respuesta: Ayuda con comando error al compilar. - by jotajeda - 19.12.2014, 18:03

Forum Jump:


Users browsing this thread: 1 Guest(s)