03.01.2011, 08:39
(
Последний раз редактировалось Michael@Belgium; 03.01.2011 в 09:22.
)
I need a god mode for me at my server ...
I've tried this, but it didn't work, can you correct it ?
Plz replay and fix 
SOLVED !
I've tried this, but it didn't work, can you correct it ?
Код:
if(strcmp("/god", cmdtext, true) == 0)
{
if(IsPlayerAdmin(playerid))
{
SetPlayerHealth(playerid, 999999999999999999999999999999999999999.0);
}
else
{
SetPlayerHealth(playerid, 100.0);
}
}

SOLVED !



