CMD Helps
#1

Solved.
Reply
#2

pawn Код:
if(PlayerInfo[Playerid][pJob] != 1) return SendClientMessage(playerid, -1, "You don't have the job 1.");
Add it on top of the command. Now, if player have the job 2 and you still want the player to use it, then:

pawn Код:
if(PlayerInfo[Playerid][pJob] < 1) return SendClientMessage(playerid, -1, "You don't have the job 1.");
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)