How to add objects in the script.
#1

How do you add objects in the script .. its actually a Stunt and DM map.

Well I wont post the
CreateObject(blahblahblahblahblahblahblahvblabh);

So can anyone halp me *
Reply
#2

Do you mean that you don't know how to add your objects in your script?
Reply
#3

That's right. I made a map in MTA Race and converted in Pawno but I don't know where to add the text or whatever ..
Reply
#4

pawn Код:
#include a_samp

public OnFilterScriptInit()
// Your objects here
return 1;
}
EDIT: If you want to add them in your gamemode, then do it like this:

pawn Код:
#include a_samp

public OnGameModeInit()
// Your objects here
return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)