Object in Gamemode - 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 in Gamemode (
/showthread.php?tid=131255)
Object in Gamemode -
djdanni - 02.03.2010
hi. I am trying to put objects in gae mode but where dose they go?
Re: Object in Gamemode -
MaykoX - 02.03.2010
Quote:
Originally Posted by DJ Danni
hi. I am trying to put objects in gae mode but where dose they go?
|
OnGameModeint
Re: Object in Gamemode -
aircombat - 02.03.2010
Under OnGameModeInit
________
Vaporizer recipes
Re: Object in Gamemode -
Gamer_Z - 02.03.2010
Quote:
Originally Posted by DJ Danni
hi. I am trying to put objects in gae mode but where dose they go?
|
Ye sure in OnGameModeInit, but also OnFilterScriptInit, and in commands, your very own publics(callbacks) and plugins. there are unlimited opportunities where u can create objects in.
Re: Object in Gamemode -
djdanni - 02.03.2010
Not i have it like this
http://sa-mp.pastebin.com/y6BYip4Y but the objects dose not show up.
Re: Object in Gamemode -
djdanni - 03.03.2010
Smoone Pleas?
Re: Object in Gamemode -
MPKaboose - 03.03.2010
before closing the callback ( the } ) add
Re: Object in Gamemode -
djdanni - 03.03.2010
Where do i put it?