#1

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=*********
Reply
#2

Remove

#if defined FILTERSCRIPT

and

#endif
Reply
#3

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
Reply
#4

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

I love you all thanks this forum is soo helpful
Reply
#6

use #define FILTERSCRIPT
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)