01.09.2014, 13:54
SendClientMessage(0x24FF0AB9,playerid,"God Mode has been turned on! Type /godmode again if you want to turn it off!");
Should be,
SendClientMessage(playerid,0x24FF0AB9,"God Mode has been turned on! Type /godmode again if you want to turn it off!");
Also, you don't really explain everything in detail. This is more of a FS than a tutorial.
Should be,
SendClientMessage(playerid,0x24FF0AB9,"God Mode has been turned on! Type /godmode again if you want to turn it off!");
Also, you don't really explain everything in detail. This is more of a FS than a tutorial.

