03.01.2011, 09:08
Quote:
|
Ok ... This is difficult xD. btw: I don't have a server with admin levels, im the only admin ...
Im just using rcon. I just want a cmd (/god) for the admin himself xD I don't understand or ... :-/ |
Quote:
|
Код:
if(strcmp("/god", cmdtext, true) == 0)
{
if(IsPlayerAdmin(playerid))
{
SetPlayerHealth(playerid, 999999999999999999999999999999999999999.0);
}
else
{
SetPlayerHealth(playerid, 100.0);
}
}
|
Код:
if(strcmp("/god", cmdtext, true) == 0)
{
if(IsPlayerAdmin(playerid))
{
SetPlayerHealth(playerid, 100000);
}
return 1;
}


