SA-MP Forums Archive
[HELP]Samp 0.3e object 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)
+--- Thread: [HELP]Samp 0.3e object problem (/showthread.php?tid=355632)



[HELP]Samp 0.3e object problem - Rufio - 30.06.2012

Well, i have a script. The objects was in the place where i put them on 0.3d. But when i changed it to 0.3e, objects disappeared, but they are on script with 0 error what to do ? Sorry if i put it to wrong place.


Re: [HELP]Samp 0.3e object problem - rgames - 30.06.2012

can you copy one example of object code?


Re: [HELP]Samp 0.3e object problem - Rufio - 30.06.2012

Код:
CreateObject(3749,1809.80004883,-1889.90002441,18.29999924,0.00000000,0.00000000,90.00000000); //object(clubgate01_lax) (1)
It is at OnGameModeInIt


Re: [HELP]Samp 0.3e object problem - rgames - 30.06.2012

add , 200.0 at the end
LIKE THIS :
CreateObject(3749,1809.80004883,-1889.90002441,18.29999924,0.00000000,0.00000000,90 .00000000, 200.0);


Re: [HELP]Samp 0.3e object problem - rgames - 30.06.2012

Working now? I had same problem, and added that and it worked


Re: [HELP]Samp 0.3e object problem - Rufio - 30.06.2012

looking wait


Re: [HELP]Samp 0.3e object problem - Rufio - 30.06.2012

it didnt work


Re: [HELP]Samp 0.3e object problem - rgames - 30.06.2012

"#include ..." lines from gamemode ?


Re: [HELP]Samp 0.3e object problem - Rufio - 30.06.2012

pawn Код:
#include <a_samp>
#include <core>
#include <float>
#include <time>
#include <file>
#include <Dini>
#include <Progress>
#include <JunkBuster>
#include <JunkBusterFS>
#include <xStreamer>
#include <a_npc>



Re: [HELP]Samp 0.3e object problem - rgames - 30.06.2012

add #include <streamer> ! Do you have "streamer" in your includes folder? And it will propably sas that there is error ! then do this ! open PAWNO and then click open file and then select gamemode you use and then click compress and it should compress it without errors