19.03.2011, 15:00
No seu GM aperte Ctrl + F e procure por Administrador(playerid)
Quando achar, troque isto:
Por isto:
Espero ter ajudado
Quando achar, troque isto:
pawn Код:
public Administrador(playerid)
{
if(IsPlayerConnected(playerid))
{
if(PlayerInfo[playerid][pAdmin] > 0)
{
if(admtrampando[playerid] == 0)
{
ResetPlayerWeapons(playerid);
SetPlayerHealth(playerid,999);
return 1;
}
return 1;
}
return 1;
}
return 1;
}
Por isto:
pawn Код:
public Administrador(playerid)
{
if(IsPlayerConnected(playerid))
{
if(PlayerInfo[playerid][pAdmin] > 0)
{
if(admtrampando[playerid] == 0)
{
SetPlayerHealth(playerid,999);
return 1;
}
return 1;
}
return 1;
}
return 1;
}
Espero ter ajudado