[Question] How do I know if the player is in PAUSE MENU?
#1

How do I know if the player is in PAUSE MENU?
Reply
#2

If OnPlayerUpdate returns 0, then the player is in the pause menu.
Reply
#3

I tried, not working.
Reply
#4

So, it should be like this:

if(OnPlayerUpdate == 0) ?? Lol
Reply
#5

pawn Code:
if(OnPlayerUpdate(playerid) == 0) { ... }
yes
Reply
#6

Quote:
Originally Posted by Gergo1352
If OnPlayerUpdate returns 0, then the player is in the pause menu.
LOL.
Check out ******'s OnPlayerUpdate script.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)