02.11.2011, 18:58
pawn Код:
if(strcmp(cmd, "/abastecerid", true) == 0)
{
if(IsPlayerConnected(playerid))
{
if(PlayerInfo[playerid][pAdmin] < 4)
{
SendClientMessage(playerid, COLOR_GRAD1, " Voce nao tem permissao para usar esse comando!");
return 1;
}
if(PlayerInfo[playerid][pTrampo] < 1)
{
SendClientMessage(playerid, COLOR_GRAD1, " Vocк nгo esta trabalhando, use /profadmin para trabalhar!");
{
if(IsPlayerInAnyVehicle(playerid))
{
GameTextForPlayer(playerid,"~w~~n~~n~~n~~n~~n~~n~~n~~n~~n~Re-Abastecendo o Veiculo, Espere um Momento",2000,3);
SetTimer("Fillup",RefuelWait,0);
Refueling[playerid] = 1;
}
}
}
return 1;
}