Objects
#1

Hello i have a question
I want make some objects on my temporary server
So i downloaded MTA (Multi Theft Auto)
Then i placed objects in san andreas
Then i converted it CreateDynamicObjects..................
But where should i put in pawno?
I am beginner scripter
Reply
#2

You have to place
pawn Код:
#include <streamer>
at top of your script.

The Objects have to be placed under OnFilterScriptInit or OnGameModeInit (Depending on what you use):
pawn Код:
public OnGameModeInit()
{
    CreateDynamicObject...
    return 1;
}
or:
pawn Код:
public OnFilterScriptInit()
{
    CreateDynamicObject...
    return 1;
}
Then you have to call the FS or GM in your server.cfg under gamemodes or filterscripts.


Jeffry
Reply
#3

dyamicobject?
Reply
#4

Quote:
Originally Posted by viosteaua98
Посмотреть сообщение
dyamicobject?
What? We can't help you like this. -_-
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)