Need Help..!! - 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)
+--- Thread: Need Help..!! (
/showthread.php?tid=395505)
Need Help..!! -
ejul - 26.11.2012
guys can you tell me what is the problem..
i got this error
Код:
C:\Users\hp\Downloads\Compressed\Server\pawno\include\streamer.inc(375) : warning 235: public function lacks forward declaration (symbol "OnPlayerEditObject")
C:\Users\hp\Downloads\Compressed\Server\pawno\include\streamer.inc(397) : warning 235: public function lacks forward declaration (symbol "OnPlayerSelectObject")
C:\Users\hp\Downloads\Compressed\Server\pawno\include\streamer.inc(399) : error 017: undefined symbol "SELECT_OBJECT_PLAYER_OBJECT"
C:\Users\hp\Downloads\Compressed\Server\gamemodes\LoF.pwn(1700) : error 001: expected token: ";", but found "-identifier-"
C:\Users\hp\Downloads\Compressed\Server\gamemodes\LoF.pwn(5232) : error 017: undefined symbol "distance"
C:\Users\hp\Downloads\Compressed\Server\gamemodes\LoF.pwn(5232) : warning 215: expression has no effect
C:\Users\hp\Downloads\Compressed\Server\gamemodes\LoF.pwn(5232) : error 001: expected token: ";", but found ")"
C:\Users\hp\Downloads\Compressed\Server\gamemodes\LoF.pwn(5232) : error 029: invalid expression, assumed zero
C:\Users\hp\Downloads\Compressed\Server\gamemodes\LoF.pwn(5232) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
6 Errors.
at this line
Код:
public LoadObjects()
{
//-------------BAYSIDE AIRPORT - HIGHFLYER ----------------- [START]
CreateDynamicObject(3113,-2337.26001000,2559.60839800,23.08219000,0.00000000,285.56760819,185.86120620, .distance = 10000.0); //object(carrier_door_sfse)(1)
CreateDynamicObject(8947,-2353.34057600,2562.09887700,20.61179500,0.00000000,0.00000000,275.14499024, .distance = 10000.0); //object(vgelkup)(9)
CreateDynamicObject(8947,-2377.38354500,2559.97045900,20.63004700,0.00000000,0.00000000,275.14160979, .distance = 10000.0); //object(vgelkup)(10)
please tell me what is the problem guys..
Re: Need Help..!! -
RenSoprano - 26.11.2012
Update your includes to 0.3e
Re: Need Help..!! -
ejul - 26.11.2012
can you give me??
please...
Re: Need Help..!! -
kaisersouse - 26.11.2012
Go to the plugins forum here and download the latest Incognito Streamer. Update the plugin on the server (if it isnt already) AS WELL AS the include (.inc) file that comes w/ it. THAT file goes in your pawno/includes folder. Do this, then recompile your script.
PS why on EARTH are you setting a stream distance of 10,000
Re: Need Help..!! -
ejul - 26.11.2012
hurm..idk...
this gm...
LoF...
create by Gamer Z...-.-..
Re: Need Help..!! -
kaisersouse - 26.11.2012
Okay you're going to need a basic understanding of how to script in pawn, as well as how to use includes, plugins, etc if you're going to attempt to maintain that type of script. This issue has been covered a lot in the zgaming roleplay script thread.
Also...NOBODY is just going to hand you solutions if you aren't going to know what to do with that solution. Go through the thread that you got the script from, all of your answers will be in there.
Re: Need Help..!! -
ejul - 26.11.2012
ohh yea..
btw thanks..