Forum
Search
Members
Help
Hello There, Guest!
Login
Username:
Password:
Lost Password?
Remember me
SA-MP Forums Archive
SA-MP Scripting and Plugins
Scripting Help
Help Archive
Threaded Mode
[Question] How do I know if the player is in PAUSE MENU?
BlueRey
Big Clucker
Posts: 114
Threads: 11
Joined: Mar 2009
Reputation:
0
#1
12.11.2009, 13:22
How do I know if the player is in PAUSE MENU?
Find
Reply
Gergo1352
Big Clucker
Posts: 162
Threads: 7
Joined: Oct 2007
Reputation:
0
#2
12.11.2009, 13:39
If OnPlayerUpdate returns 0, then the player is in the pause menu.
Find
Reply
BlueRey
Big Clucker
Posts: 114
Threads: 11
Joined: Mar 2009
Reputation:
0
#3
12.11.2009, 16:11
I tried, not working.
Find
Reply
JonyAvati
Big Clucker
Posts: 147
Threads: 32
Joined: Mar 2008
Reputation:
0
#4
12.11.2009, 16:36
So, it should be like this:
if(OnPlayerUpdate == 0) ?? Lol
Find
Reply
BlueRey
Big Clucker
Posts: 114
Threads: 11
Joined: Mar 2009
Reputation:
0
#5
12.11.2009, 17:16
pawn Code:
if
(
OnPlayerUpdate
(
playerid
)
==
0
)
{
...
}
yes
Find
Reply
JakeB
Little Clucker
Posts: 17
Threads: 0
Joined: Sep 2009
Reputation:
0
#6
12.11.2009, 17:50
Quote:
Originally Posted by
Gergo1352
If OnPlayerUpdate returns 0, then the player is in the pause menu.
LOL.
Check out ******'s OnPlayerUpdate script.
Find
Reply
«
Next Oldest
|
Next Newest
»
View a Printable Version
Forum Jump:
Private Messages
User Control Panel
Who's Online
Search
Forum Home
SA-MP
-- News and Updates
-- General
-- Client Support
-- Bug Reports
-- Screenshots and Videos
SA-MP Server
-- Server Support
-- Server Advertisements
SA-MP Scripting and Plugins
-- Scripting Help
---- Tutorials
---- Discussion
---- Help Archive
-- Gamemode Scripts
-- Filterscripts
---- Includes
---- Tools and Files
---- Maps
-- Plugin Development
SA-MP DL Edition
-- SA-MP 0.3.DL
---- Model Releases
Other
-- Everything and Nothing
Non-English
-- Languages
---- Nederlands/Dutch
------ Scripting Showroom en Discussie
------ Off topic
---- Español/Spanish
------ Lanzamientos/Releases
---- Français/French
------ Showroom
---- Русский/Russian
------ Релизы/Releases
---- Português/Portuguese
------ Lançamentos/Releases
---- Română/Romanian
------ Salonul Scripturilor
---- Archive
Users browsing this thread: 1 Guest(s)
SA-MP Forums Archive
SA-MP Scripting and Plugins
Scripting Help
Help Archive