How to make [FS] With objects
#4

Quote:
Originally Posted by Roleplaya
Quote:
Originally Posted by Niixie
Same as when you add them to a gamemode. just insted of using OnPlayerGameModeInit() etc. then use OnPlayerFilterScriptInit() and then add like this

Код:
OnPlayerFilterScriptInit()
{
   AddStaticObject(fill this out);
   AddSta // and so on
   return 1;
}
dont u use the createobject command?
AddStaticObject isnt in 0.3a Use
Код:
CreateObject(modelid, Float:x, Float:y, Float:z, Float:rX, Float:rY, Float:rZ);
Reply


Messages In This Thread
How to make [FS] With objects - by Roleplaya - 30.12.2009, 10:04
Re: How to make [FS] With objects - by Niixie - 30.12.2009, 10:10
Re: How to make [FS] With objects - by Roleplaya - 30.12.2009, 10:13
Re: How to make [FS] With objects - by Deat_Itself - 30.12.2009, 10:23
Re: How to make [FS] With objects - by Crezy-Boy - 30.12.2009, 10:25
Re: How to make [FS] With objects - by Niixie - 30.12.2009, 10:26

Forum Jump:


Users browsing this thread: 1 Guest(s)