Posts: 233
Threads: 82
Joined: Jan 2011
Okay, I want to make a filterscript just for a map from MTA, I Converted it, its createobject now
but How can I make a filterscript into the map thing so when i load the fs it loads my map?
Posts: 72
Threads: 3
Joined: Feb 2011
Reputation:
0
Yeah and a trucking server can need much objects so get the plugin and change CreateObject to CreateDynamicObject so the objects won't be invisible later!
Posts: 409
Threads: 69
Joined: Jul 2010
Reputation:
0
If you do get the plugin and you want to change the CreateObject to CreateDynamicObject, this is a quick way to do it.
Go to your .pwn file, click edit, replace (or Ctrl + H).
Under Search For put this in CreateObject
Then under Replace With put this in CreateDynamicObject
Then just click yes or yes to all.