How to make!
#3

Код:
if(PlayerInfo[playerid][pAdmin] < 4) return SendClientMessage(playerid, -1, "You are not level 4+ admin");
This
Код:
if(PlayerInfo[playerid][pAdmin] >= 3 && 5)
Make no sense unless you make it like this
Код:
if(PlayerInfo[playerid][pAdmin] >= 3 && PlayerInfo[playerid][pAdmin] <= 5)
Reply


Messages In This Thread
How to make! - by Man43 - 02.08.2018, 10:20
Re: How to make! - by Man43 - 02.08.2018, 10:52
Re: How to make! - by Banditul18 - 02.08.2018, 10:55
Re: How to make! - by Rufio - 02.08.2018, 11:19

Forum Jump:


Users browsing this thread: 1 Guest(s)