How to add god mode in Game Mode
#3

it's true buy we don't Support like this
Quote:

CMD:god(playerid,params[])
{
if(God[playerid] == 0)
{
SetPlayerHealth(playerid, 99999);
GameTextForPlayer(playerid,"~g~godmod ~w~on",4500,3);
God[playerid] = 1;
}
else if(God[playerid] == 1)
{
SetPlayerHealth(playerid, 100);
GameTextForPlayer(playerid,"~g~godmod ~w~off",4500,3);
God[playerid] = 0;
}
return 1;
}

we Support Like this
Quote:

if(!strcmp(cmd, "/god", true))

can you give me like this code?
Reply


Messages In This Thread
How to add god mode in Game Mode - by 4ss4ssin - 10.07.2015, 13:40
Re: How to add god mode in Game Mode - by Mouiz - 10.07.2015, 13:46
Re: How to add god mode in Game Mode - by 4ss4ssin - 10.07.2015, 14:28
Re: How to add god mode in Game Mode - by notime - 10.07.2015, 14:31
Re: How to add god mode in Game Mode - by 4ss4ssin - 10.07.2015, 14:42
Re: How to add god mode in Game Mode - by Vicky69 - 10.07.2015, 15:07
Re: How to add god mode in Game Mode - by DRCharlie - 10.07.2015, 15:19

Forum Jump:


Users browsing this thread: 1 Guest(s)