Jump to content
  • 0

Problema Object


cosmin701

Question

9 answers to this question

Recommended Posts

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.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.