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
Linear Mode
Calls OnPlayerSpawn twice?
Jochemd
High-roller
Posts: 2,220
Threads: 154
Joined: Jul 2009
Reputation:
0
#9
01.07.2011, 12:37
pawn Код:
public
OnPlayerSpawn
(
playerid
)
{
TogglePlayerSpectating
(
playerid, false
)
;
Here we go. When the player stops specating, it calls OnPlayerSpawn again. Use this TogglePlayerSpectating somewhere else, where you really stop it, instead of here.
Find
Reply
«
Next Oldest
|
Next Newest
»
Messages In This Thread
Calls OnPlayerSpawn twice?
- by
Snoozy1337
- 30.06.2011, 21:39
Re: Calls OnPlayerSpawn twice?
- by
langricr
- 30.06.2011, 22:04
Re: Calls OnPlayerSpawn twice?
- by
Shadoww5
- 01.07.2011, 00:47
Re: Calls OnPlayerSpawn twice?
- by
Snoozy1337
- 01.07.2011, 11:33
Re: Calls OnPlayerSpawn twice?
- by
Jochemd
- 01.07.2011, 11:54
Re: Calls OnPlayerSpawn twice?
- by
Snoozy1337
- 01.07.2011, 11:57
Re: Calls OnPlayerSpawn twice?
- by
Macluawn
- 01.07.2011, 12:35
Re: Calls OnPlayerSpawn twice?
- by
bartje01
- 01.07.2011, 12:36
Re: Calls OnPlayerSpawn twice?
- by
Jochemd
- 01.07.2011, 12:37
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