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
Threaded Mode
Filterscript issue (rep)++
bugmenotlol
Huge Clucker
Posts: 227
Threads: 91
Joined: Jan 2016
Reputation:
0
#1
16.02.2016, 07:52
well i have 5 filterscripts but the problem is commands and functions are not working properly
Find
Reply
Shaheen
Huge Clucker
Posts: 223
Threads: 45
Joined: Feb 2016
Reputation:
0
#2
16.02.2016, 08:57
make sure that you don't have return values at the end of callbacks
Find
Reply
valych
Big Clucker
Posts: 110
Threads: 3
Joined: Aug 2009
Reputation:
0
#3
16.02.2016, 09:10
Could you give us more details about your problem?
First thought, that came to my mind: check public OnPlayerCommandText - each should return 0 at the end of the public:
PHP код:
public
OnPlayerCommandText
(
playerid
,
cmdtext
[])
{
// Commands....
return
0
;
}
Find
Reply
iKevin
Gangsta
Posts: 563
Threads: 59
Joined: Nov 2015
Reputation:
0
#4
16.02.2016, 09:15
Reply with your filterscript codes.
Find
Reply
Sew_Sumi
Banned
Posts: 6,242
Threads: 8
Joined: Jun 2008
#5
16.02.2016, 10:09
It could be those returns.
Post up the server.log, and server.cfg (without your rcon password), and explain what ones are having the issues and how for each.
Find
Reply
Compiler
Big Clucker
Posts: 104
Threads: 27
Joined: Dec 2015
Reputation:
0
#6
16.02.2016, 18:15
Check This :
https://sampforum.blast.hk/showthread.php?tid=597583
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