17.02.2008, 04:24
or just add this command.
public OnPlayerCommandText(playerid, cmdtext[])
{
if(strcmp(cmdtext,"/GodMode",true)==0)
{
SetPlayerHealth(playerid,1000);
return 1;}
it works for me.
public OnPlayerCommandText(playerid, cmdtext[])
{
if(strcmp(cmdtext,"/GodMode",true)==0)
{
SetPlayerHealth(playerid,1000);
return 1;}
it works for me.

