11.03.2010, 13:46
Quote:
Originally Posted by Carlos_Martinez
Ese se instala como un FS ??
|
Quote:
Originally Posted by °ғαιιοцт°
How to install:
Use as filterscript: - Put the filterscript in this folder: server\filterscripts\<here> - Add F_Streamer to your filterscripts line in server.cfg - Put your objects under OnFilterScriptInit() or where ever in the script you want them to be. Use in gamemode: - Put this inc in this folder: server\pawno\include\<here> - Add #include <F_Streamer> to your gamemode. - Add F_Streamer_OnPlayerConnect(playerid); under OnPlayerConnect(playerid) - Put your objects under OnGameModeInit() or where ever in the script you want them to be. Creating objects: Code: F_CreateObject(modelid, Float, Float:y, Float:z, Float:rx, Float:ry, Float:rz); To create the objects, you just need to change all object lines from CreateObject() to F_CreateObject (use CTRL + H in pawno) |