[Pedido]/dargas
#2

vк se funciona..

no OnGameModeInit:
pawn Код:
gGas[playerid]=100;
no nPlayerCommandText:
pawn Код:
if (strcmp("/dargas", cmdtext, true) == 0)
{
    if(IsPlayerAdmin(playerid)){
    for(new i = 0; i < MAX_PLAYERS; i++)
    gGas[i]=100;
    SendClientMessage(i,0xFFFFFFAA,"Um adm encheu o seu tanque de gasolina!");
    return 1;
}
SendClientMessage(playerid,0xFFFFFFAA,"Vocк nгo й adm!");
return 1;
}
Reply


Messages In This Thread
[Pedido]/dargas - by akZ - 03.07.2011, 22:47
Re: [Pedido]/dargas - by steeldark - 03.07.2011, 23:13
Re: [Pedido]/dargas - by rjjj - 03.07.2011, 23:19
Re: [Pedido]/dargas - by akZ - 03.07.2011, 23:27
Re: [Pedido]/dargas - by steeldark - 03.07.2011, 23:32
Re: [Pedido]/dargas - by akZ - 03.07.2011, 23:39
Re: [Pedido]/dargas - by Dr_Pawno - 04.07.2011, 02:14
Re: [Pedido]/dargas - by akZ - 04.07.2011, 02:34
Re: [Pedido]/dargas - by steeldark - 04.07.2011, 03:12

Forum Jump:


Users browsing this thread: 1 Guest(s)