Posts: 163
Threads: 12
Joined: Apr 2010
Reputation:
0
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]
Posts: 146
Threads: 33
Joined: Apr 2009
Reputation:
0
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.
Posts: 163
Threads: 12
Joined: Apr 2010
Reputation:
0
Yea i found it and removed it, thanks for helping.