Object not loaded - 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: Object not loaded (
/showthread.php?tid=228659)
Object not loaded -
handerson - 20.02.2011
Hello,,
I got a problem
i make createobject in my scirpt,
and when i compiled it, it said compiled succesfully
but when i logged in in my server,
all of my objects doesnt exist
pls help me!!!
Re: Object not loaded - [L3th4l] - 20.02.2011
Use streamer plugin by incognito
And create objects using:
pawn Код:
CreateDynamicObject(....);
Your problem is with the SA:MP object limits. That plugin WILL solve your issue(s)
Re: Object not loaded -
Adnan Pasic - 20.02.2011
what is the diference for
CreateObject and CreateDynamicObject
_______________
If you need a good maper than pm me!
Re: Object not loaded -
handerson - 20.02.2011
now, i got this problem
Streamer.inc (400) : Warning 201 : redefinition of constant/macro (symbol "OnPlayerEnterRaceCheckPoint)
Streamer.inc (435) : Warning 202 : number of Arguments does not match definition
Streamer.inc (449) : Warning 202 : number of Arguments does not match definition
this is the line where i put
Quote:
435 CreateDynamicObject(987,340.97070312,3105.17675781 ,0.00000000,0.00000000,0.00000000,274.63623047); //
|
Quote:
449 CreateDynamicObject(12857,282.11105347,3050.924804 69,2.53136444,0.00000000,0.00000000,270.6756591 ; //
|
Quote:
400 CreateDynamicObject(14416,265.41427612,2936.868896 48,2.07097816,0.00000000,0.00000000,0.00000000); //
|