problem with god admin does not turn off
#1

hello guys I have a problem with god admin system when I use cmd god and active and walk perfect when I disconnect the god is still on and another non-administrator player enters and has god




CMD:god(playerid,params[]) {
#pragma unused params
if(PlayerInfo[playerid][Level] >= 2) {
if(PlayerInfo[playerid][God] == 0) {
PlayerInfo[playerid][God] = 1;
SetPlayerHealth(playerid,100000);
GivePlayerWeaponEx(playerid,16,50000); GivePlayerWeaponEx(playerid,26,50000);
SendClientMessage(playerid,green,"GODMODE ON");
return CMDMessageToAdmins(playerid,"GOD");
} else {
PlayerInfo[playerid][God] = 0;
SendClientMessage(playerid,red,"GODMODE OFF");
SetPlayerHealth(playerid, 100);
} return GivePlayerWeaponEx(playerid,35,0);
} else return SendClientMessage(playerid,red,"ERROR: You need to be Admins to use this command");
}
Reply


Messages In This Thread
problem with god admin does not turn off - by nbx2000 - 09.05.2018, 16:58
Re: problem with god admin does not turn off - by OneMillion - 09.05.2018, 20:00
Re: problem with god admin does not turn off - by nbx2000 - 10.05.2018, 02:13

Forum Jump:


Users browsing this thread: 2 Guest(s)