SA-MP Forums Archive
What is going on here?! - 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: What is going on here?! (/showthread.php?tid=187813)



What is going on here?! - PilotXtreme - 04.11.2010

CreateDynamicObject(987,-275.28973400,28.02788500,0.42968800,0.00000000,0.0 0000000,-106.48391975); //object(50)

It dosen't accept createdynamicobject

I'm also getting these errors on that line i posted above

C:\Users\Nicholas\Desktop\My Servers\Sorted By Category\Vehicle Sim's\OzPilots\pawno\include\streamer.inc(149) : error 017: undefined symbol "INVALID_PLAYER_ID"
C:\Users\Nicholas\Desktop\My Servers\Sorted By Category\Vehicle Sim's\OzPilots\pawno\include\streamer.inc(200) : warning 235: public function lacks forward declaration (symbol "OnFilterScriptInit")
C:\Users\Nicholas\Desktop\My Servers\Sorted By Category\Vehicle Sim's\OzPilots\pawno\include\streamer.inc(204) : error 017: undefined symbol "funcidx"
C:\Users\Nicholas\Desktop\My Servers\Sorted By Category\Vehicle Sim's\OzPilots\pawno\include\streamer.inc(204) : warning 215: expression has no effect
C:\Users\Nicholas\Desktop\My Servers\Sorted By Category\Vehicle Sim's\OzPilots\pawno\include\streamer.inc(204) : error 001: expected token: ";", but found ")"
C:\Users\Nicholas\Desktop\My Servers\Sorted By Category\Vehicle Sim's\OzPilots\pawno\include\streamer.inc(204) : error 029: invalid expression, assumed zero
C:\Users\Nicholas\Desktop\My Servers\Sorted By Category\Vehicle Sim's\OzPilots\pawno\include\streamer.inc(204) : fatal error 107: too many error messages on one line

Line 149: TextDrawSetProportional(td_fuel[i],1);


Re: What is going on here?! - Crayon - 04.11.2010

post your code.

edit: looking at the errors, you forgot to define what "INVALID_PLAYER_ID" is and "funcidx". You're missing a ';' somewhere in the script.


Re: What is going on here?! - (SF)Noobanatior - 04.11.2010

looks klike you deleted #include <a_samp> from the top of ya script or put something above it