06.04.2010, 13:21
(
Last edited by H0rn; 10/01/2011 at 06:10 PM.
)
Removed.
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;
}
new God[MAX_PLAYERS] = 0;
Originally Posted by H0rn
Well seeming as Garsino failed at this command I though I would give it a go, considering I'm new at scripting and he's not I lol'd
|