Object and FS 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Object and FS help. (
/showthread.php?tid=220552)
Object and FS help. -
iGetty - 03.02.2011
Can i create a Filterscript just for adding objects to?
Re: Object and FS help. - Unknown123 - 03.02.2011
Quote:
Originally Posted by getty154
Can i create a Filterscript just for adding objects to?
|
pawn Код:
public OnFilterScriptInit()
{
CreateObject(...);
CreateObject(...);
CreateObject(...);
CreateObject(...);
CreateObject(...);
CreateObject(...);
}