06.04.2012, 21:23
How about if I used,
new Check[MAX_PLAYERS]
Check[playerid] = 0;
if you type lets say /abc
Check[playerid] = 1;
Now if somone types /123
It shows a dialog for the player who is on check = 1
new Check[MAX_PLAYERS]
Check[playerid] = 0;
if you type lets say /abc
Check[playerid] = 1;
Now if somone types /123
It shows a dialog for the player who is on check = 1