30.12.2009, 10:04
hai can someone tell me how to create filterscript with objects plx :P
OnPlayerFilterScriptInit() { AddStaticObject(fill this out); AddSta // and so on return 1; }
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; } |
Originally Posted by Roleplaya
Quote:
|
CreateObject(modelid, Float:x, Float:y, Float:z, Float:rX, Float:rY, Float:rZ);
Originally Posted by Roleplaya
Quote:
|