23.08.2017, 17:33
Quote:
EDIT: Im trying to make like this
But when i press 1 giving me nothing. PHP код:
|
but in the code itself you're setting it to 1? what's the point of that?
Shouldn't the if(InMenu[playerid] == 1) be if(InMenu[playerid] == 0)?
About the return 0, just use return 1;
Also in the code above, please re-read what i've posted before, you are forgetting some {} this time