SA-MP Forums Archive
How to ? - 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: How to ? (/showthread.php?tid=145184)



How to ? - johnnyc - 01.05.2010

Hay, i am asking how i found this object on my Gamemode because i need to remove it, but i cant found it help please.

[img width=1024 height=640]/imageshack/img260/6306/76417155.png[/img]


Re: How to ? - xxjackoxx - 01.05.2010

Look under your OnGameModeInt()

It is the mall fence id 970 so should look like this but with different cords.
CreateObject(970, 1811.6065673828, -1900.7766113281, 13.123327255249, 0.000000, 0.000000, 90);

Peace.


Re: How to ? - johnnyc - 01.05.2010

Yea i found it and removed it, thanks for helping.