03.07.2011, 23:13
vк se funciona..
no OnGameModeInit:
no nPlayerCommandText:
no OnGameModeInit:
pawn Код:
gGas[playerid]=100;
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;
}