streamer warning (problem) - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: streamer warning (problem) (
/showthread.php?tid=174263)
streamer warning (problem) -
Andy_McKinley - 05.09.2010
I get 2 warnings when I try to compile my script, I used MidoStream before but updated to F_Streamer because my server is 0.3b now. Here are the errors: Any ideas how to fix this?
Код:
C:\Users\Andy\Documents\[UF]SF-TDM\pawno\include\F_Streamer.inc(372) : warning 202: number of arguments does not match definition
C:\Users\Andy\Documents\[UF]SF-TDM\pawno\include\F_Streamer.inc(460) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Warnings.
Re: streamer warning (problem) -
iggy1 - 05.09.2010
Post the lines of code that the errors are on, you have either too many arguments or too few aguments.
Re: streamer warning (problem) -
willsuckformoney - 05.09.2010
Post those lines first
Re: streamer warning (problem) -
Andy_McKinley - 05.09.2010
Those lines are not in my gamemode script.
''F_Streamer.inc(372)''
Re: streamer warning (problem) -
willsuckformoney - 05.09.2010
well then try to get the line from the .inc
1. This forum requires that you wait 120 seconds between posts. Please try again in 62 seconds.
Read the Sig....
Re: streamer warning (problem) -
iggy1 - 05.09.2010
If you include F_STREAMER they are in your script. Maybe you are using an older version on f_streamer that doesn't use the new Object System. Try update it if it doesn't work try another streamer my advise is incognito's streamer plugin.
The version you have probably doesn't have the new parameter draw distance, hence wrong number of arguments.
Re: streamer warning (problem) -
Andy_McKinley - 05.09.2010
i was told to use this streamer, this one (F_Streamer) is 0.3b
Re: streamer warning (problem) -
iggy1 - 05.09.2010
Just an incling iv got, If you look at the function list in the pawno compiler (right hand side) what is the first function in that list?
Re: streamer warning (problem) -
Andy_McKinley - 05.09.2010
Quote:
Originally Posted by iggy1
Just an incling iv got, If you look at the function list in the pawno compiler (right hand side) what is the first function in that list?
|
What do you mean
Re: streamer warning (problem) -
iggy1 - 05.09.2010
open the pawno compiler click 'new' look on the right hand side there is a list of functions.
Is the function at the top of that list HTTP?