SA-MP Forums Archive
Please 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Please Help! (/showthread.php?tid=276224)



Please Help! - necrobg3 - 12.08.2011

Hello im new in the scripting discussion and i have a problem whit object id 987. Im mapper and when i map some areas for fight only whit object id 987 (many times i spawn it) im making some type of cell (stage). The problem is i dont see the objects when i put it in pawn and save i log in game but the objects only objects 987 are gone why?


Re: Please Help! - Tigerkiller - 13.08.2011

use a streamer ...


Re: Please Help! - Kingunit - 13.08.2011

Show the code you drop in your Gamemode


Re: Please Help! - necrobg3 - 15.08.2011

- CreateObject(987, -1332.606323, 477.838715, 6.187500, 0.0000, 0.0000, 0.0000);

This is only 1 of the many like that.


AW: Please Help! - samtey - 15.08.2011

U need to put them under OnGameModeInit!


Re: Please Help! - necrobg3 - 16.08.2011

i put my mapped things under public OnPlayerConnect(playerid); and when i log in i see some of the mapped things.


Re: Please Help! - PhoenixB - 16.08.2011

Mapping doesn't go under OnPlayerConnect - Why dont you look at THIS to see how to add mapping to your server?


Re: Please Help! - necrobg3 - 16.08.2011

samtey and PhoenixB thanks!!!


Re: Please Help! - Mozz - 16.08.2011

how many objects are you working with?


Re: Please Help! - PhoenixB - 16.08.2011

If your using more than 300 i suggest you use a streamer - For example Streamer, just get the include and #include <streamer> at the top of your script and Hit that compile button with all your might xD , Go on my tutorial and check it out