09.03.2010, 18:15
Hola bueno he visto algunos GM qe tiene mapeados pero con Obejetos Streame algo asi, como se hace eso?
Originally Posted by the_chaoz
se usan streamers para poder cargar mas objetos de los que normalmente te permite cargar el pawn por defecto
aca tenes algunos Link |
Originally Posted by CristianTdj
Te recomiendo que uses el F_Streamer, es el que yo tengo
|
Originally Posted by Carlos_Martinez
Ese se instala como un FS ??
|
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) |
Originally Posted by Carlos_Martinez
Quote:
|
Originally Posted by CristianTdj
Quote:
|