06.04.2010, 13:30
The timer should be
pawn Code:
public AdminGod()
{
for(new i = 0; i < MAX_PLAYERS; i ++)
{
if(God[i] == 1)
{
new vid = GetPlayerVehicleID(i);
SetPlayerHealth(i,10000);
RepairVehicle(vid);
}
}
return 1;
}