[AJUDA]Sobre 2 comandos
#7

pawn Код:
if(!strcmp(cmd,"/respawncarconce",true))
{
    for(new i, k; i = MAX_VEHICLES; i < k; ++i)
    {
        if(ConcessionariaCar[i]) SetVehicleToRespawn(i);
    }
    return 0x01;
}

pawn Код:
if(!IsPlayerAdmin(playerid)) //eh se o player NГO for um admin na rcon neh?
Sim.

ex:

pawn Код:
if(IsPlayerAdmin(playerid) == 0) //mesmo que
if(!IsPlayerAdmin(playerid)


if(IsPlayerAdmin(playerid)) // mesmo que
if(IsPlayerAdmin(playerid) == 1)



Setar gangue:

pawn Код:
if(!strcmp(cmd, "/setargang", true))
{
    tmp = strtok(cmdtext, idx); if(!strlen(tmp)) return SendClientMessage(playerid, -1, "/setargang [ID] [GangID]");
    new id = strval(tmp);
    tmp = strtok(cmdtext, idx); if(!strlen(tmp)) return SendClientMessage(playerid, -1, "/setargang [ID] [GangID]");
    new gangid = strval(tmp);
    //resto
    return 1;
}
Reply


Messages In This Thread
[AJUDA]Sobre 2 comandos - by Leo_DS - 15.07.2011, 23:46
Re: [AJUDA]Sobre 2 comandos - by RockFire - 16.07.2011, 00:21
Re: [AJUDA]Sobre 2 comandos - by Leo_DS - 16.07.2011, 00:25
Re: [AJUDA]Sobre 2 comandos - by [R] ousenber [K] - 16.07.2011, 00:38
Re: [AJUDA]Sobre 2 comandos - by Leo_DS - 16.07.2011, 01:15
Re: [AJUDA]Sobre 2 comandos - by Transferencia - 16.07.2011, 01:21
Re: [AJUDA]Sobre 2 comandos - by Ricop522 - 16.07.2011, 01:30
Re: [AJUDA]Sobre 2 comandos - by Leo_DS - 16.07.2011, 01:39
Re: [AJUDA]Sobre 2 comandos - by Josma_cmd - 16.07.2011, 01:46
Re: [AJUDA]Sobre 2 comandos - by Leo_DS - 16.07.2011, 02:03

Forum Jump:


Users browsing this thread: 1 Guest(s)