[Ajuda]Comando bugado
#3

nao mecho muito com strtock mais ta ai:
pawn Код:
if(strcmp(cmd, "/liberarcarro", true) == 0)
{
    tmp = strtok(cmdtext, idx);
   
    if(!strlen(tmp))
        return SendClientMessage(playerid, COLOR_GRAD2, "USO: /liberarcarro [carid]");
    if(IsAGang(playerid))
        return SendClientMessage(playerid, COLOR_RED, "[Erro] Vocк nгo estб autorizado a usar este comando.");

    for(new i = 0; i < MAX_PLAYERS; i++)
    {
        SetVehicleParamsForPlayer(GetPlayerVehicleID(strval(tmp)), i, 0, 0);
    }
    VehicleInfo[carid][vPRFLock] = 0;
    SendClientMessage(playerid, COLOR_WHITE, "[Info] Veнculo liberado.");
    return 1;
}
Reply


Messages In This Thread
[Ajuda]Comando bugado - by willian Franco - 29.06.2011, 18:47
Re: [Ajuda]Comando bugado - by Dark.Angel - 29.06.2011, 18:54
Re: [Ajuda]Comando bugado - by TheGarfield - 29.06.2011, 20:41
Respuesta: [Ajuda]Comando bugado - by MatheusLuan - 30.06.2011, 06:01

Forum Jump:


Users browsing this thread: 1 Guest(s)