god mode on /off
#6

flames forget the <100 this is an admin command so it dont really matter

here's the complete code for OnPlayerCommandText:
Код:
if(strcmp(cmdtext,"/godmodeon",true) == 0)
{
  SetPlayerHealth(playerid,100000.0);
}

if(strcmp(cmdtext,"/godmodeoff",true) == 0)
{
  SetPlayerHealth(playerid,100.0);
}
Reply


Messages In This Thread
god mode on /off - by pepp1 - 05.08.2008, 06:49
Re: god mode on /off - by Puffmac - 05.08.2008, 06:53
Re: god mode on /off - by Dragan - 05.08.2008, 07:00
Re: god mode on /off - by GTAgetaway - 16.01.2009, 09:50
Re: god mode on /off - by flames - 16.01.2009, 09:56
Re: god mode on /off - by DMSOrg - 16.01.2009, 11:17
Re: god mode on /off - by Mariooo - 17.07.2011, 14:30
Re: god mode on /off - by robintjeh - 17.07.2011, 14:35
Re: god mode on /off - by Wesley221 - 17.07.2011, 14:37
Re: god mode on /off - by Kush - 17.07.2011, 15:50

Forum Jump:


Users browsing this thread: 1 Guest(s)