Posts: 308
Threads: 109
Joined: Oct 2010
Reputation:
0
you didn't understand me... i don't want to check if the player is in the bank while he doing the command... i want to check if he is in the bank and *not* doing the command... b.t.w: you forgot: InBank[playerid]...
i ment for something like this:
if(InBank[playerid] == 1 && strcmp(cmd, "/bank", true) == 0) return ... but i want to check if he doesn't do the command...
Posts: 3,488
Threads: 16
Joined: Jun 2007
Reputation:
0
You want to disable all cmds except /bank when player is in bank?
Posts: 3,488
Threads: 16
Joined: Jun 2007
Reputation:
0
What command processing system you use? strcmp? dcmd? zcmd?