Help me to find hidden commands
#3

I search like 1 hour in CMD commands only commands that have PlayerInfo[giveplayerid][pAdmin] are :
Код:
CMD:contract
line of code with pAdmin 
"if(PlayerInfo[giveplayerid][pAdmin] > 0) return SendClientMessage(playerid, COLOR_ERROR, "You cannot contract a admin.");
		if(MoneyACheck(playerid, money, 10000, 1000000)) return 1;"

CMD:warn
line of code with pAdmin :
if(PlayerInfo[giveplayerid][pAdmin] > PlayerInfo[playerid][pAdmin])  return SendClientMessage(playerid, COLOR_ERROR, "You can't do this.");

CMD:kick 
line of code with pAdmin:
		if(PlayerInfo[giveplayerid][pAdmin] > PlayerInfo[playerid][pAdmin])  return SendClientMessage(playerid, COLOR_ERROR, "You can't do this.");
		format(gString, sizeof(gString), "%s was kicked by admin %s, reason: %s.", GetName(giveplayerid), GetName(playerid), reason);

CMD:ban 
line of code with pAdmin:
if(PlayerInfo[giveplayerid][pAdmin] > PlayerInfo[playerid][pAdmin])  return SendClientMessage(playerid, COLOR_ERROR, "You can't do this.");
		AddBan(playerid,giveplayerid,days,reason,0);

CMD:banip
line of code with pAdmin:
	if(PlayerInfo[giveplayerid][pAdmin] > PlayerInfo[playerid][pAdmin])  return SendClientMessage(playerid, COLOR_ERROR, "You can't do this.");
Reply


Messages In This Thread
Help me to find hidden commands - by stronkkk - 09.11.2016, 20:03
Re: Help me to find hidden commands - by Yaa - 09.11.2016, 20:32
Re: Help me to find hidden commands - by stronkkk - 09.11.2016, 20:44
Re: Help me to find hidden commands - by stronkkk - 10.11.2016, 14:08
Re: Help me to find hidden commands - by OneDay - 10.11.2016, 14:15
Re: Help me to find hidden commands - by Lloyde - 10.11.2016, 14:20
Re: Help me to find hidden commands - by stronkkk - 10.11.2016, 16:01
Re: Help me to find hidden commands - by SickAttack - 10.11.2016, 16:13
Re: Help me to find hidden commands - by stronkkk - 10.11.2016, 16:39
Re: Help me to find hidden commands - by SickAttack - 10.11.2016, 17:21

Forum Jump:


Users browsing this thread: 1 Guest(s)