How to disable /godmode in my DM teleport? ( 1+ REP )
#5

new inGodmode[MAX_PLAYERS];


// /god
inGodmode[playerid] = 1;

// /godoff

inGodmode[playerid] = 0;

// in /dm command

if(inGodmode[playerid]) return SendClientMessage(playerid, red, "You cannot join in DM if you are in Godmode mode! Use /godoff for disable it!");
Reply


Messages In This Thread
How to disable /godmode in my DM teleport? ( 1+ REP ) - by [PDS]DarioKeic - 30.07.2012, 14:30
Re: How to disable /godmode in my DM teleport? ( 1+ REP ) - by SomebodyAndMe - 30.07.2012, 14:56
Re: How to disable /godmode in my DM teleport? ( 1+ REP ) - by EV007 - 30.07.2012, 15:26
Re: How to disable /godmode in my DM teleport? ( 1+ REP ) - by Gangs_Rocks - 30.07.2012, 15:30
Re: How to disable /godmode in my DM teleport? ( 1+ REP ) - by ReVo_ - 30.07.2012, 16:35

Forum Jump:


Users browsing this thread: 2 Guest(s)