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
NPC Keeps leaving
Leeroy.
Big Clucker
Posts: 188
Threads: 1
Joined: Sep 2010
Reputation:
0
#5
17.01.2011, 08:31
pawn Код:
public
OnPlayerConnect
(
..
)
{
if
(
IsPlayerNPC
(
playerid
)
)
{
SpawnPlayer
(
playerid
)
return
1
;
}
return
1
;
}
Also set your server.cfg max_npcs to 1 or w/e.
Find
Reply
«
Next Oldest
|
Next Newest
»
Messages In This Thread
NPC Keeps leaving
- by
Swiftz
- 13.01.2011, 09:28
Re: NPC Keeps leaving
- by
iggy1
- 13.01.2011, 09:30
Re: NPC Keeps leaving
- by
Swiftz
- 17.01.2011, 08:05
Re: NPC Keeps leaving
- by [L3th4l] - 17.01.2011, 08:11
Re: NPC Keeps leaving
- by
Leeroy.
- 17.01.2011, 08:31
Re: NPC Keeps leaving
- by
Swiftz
- 17.01.2011, 08:38
Re: NPC Keeps leaving
- by
Swiftz
- 17.01.2011, 09:00
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: 3 Guest(s)
SA-MP Forums Archive
SA-MP Scripting and Plugins
Scripting Help
Help Archive