SA-MP Forums Archive
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: Help. (/showthread.php?tid=297089)



Help. - MS:RP Mason - 14.11.2011

Okay, i make an MTA map thing and i convert it into SAMP style and i compile and all correctly and it still does not show up on my game
Heres a vid to show you what i mean and yes i check it does work in the samp-server.exe just not in game HELP

http://www.youtube.com/watch?v=MZjgz...ature=*********


Re: Help. - MP2 - 14.11.2011

Remove

#if defined FILTERSCRIPT

and

#endif


Re: Help. - Kostas' - 14.11.2011

As MP2 said
Remove
pawn Код:
#if defined FILTERSCRIPT
and
pawn Код:
#endif
Anyway, download Streamer Plugin by Incognito is very good for objects
In the FS or Gamemode add
pawn Код:
#include <streamer>
Add the following line to server.cfg so that the plugin will load the next time the server starts
On windows
pawn Код:
plugins streamer
On Linux
pawn Код:
plugins streamer.so
And convert
pawn Код:
CreateObject
To
pawn Код:
CreateDynamicObject



Re: Help. - [MG]Dimi - 14.11.2011

Or if you dont want to remove adding
pawn Код:
#define FILTERSCRIPT
would work too


Re: Help. - MS:RP Mason - 15.11.2011

I love you all thanks this forum is soo helpful


Re: Help. - Reeshan - 15.11.2011

use #define FILTERSCRIPT