Need some help!
#5

OnGamemodeInt or OnFilterscriptInt.

Example:
pawn Код:
public OnGameModeInit()
{
    //Add the object here.
    print("Gamemode started!");
    return 1;
}
To make the objects run ingame server, you need [PLUGIN]Streamer
To install plugin/include streamer use this steps:
put plugin (.dll or .so): your server directory/plugins. for the includes put it there: your server directory/pawno/include. On the bottom of your script you will see this:
pawn Код:
#include <samp>
Add down this:
pawn Код:
#include <samp>
#inluce <streamer>
Offtopic: i was late editing message! (Y) Rudy
Reply


Messages In This Thread
Need some help! - by Tixxt - 27.10.2014, 16:13
Re: Need some help! - by Rudy_ - 27.10.2014, 16:15
Re: Need some help! - by Tixxt - 27.10.2014, 16:17
Re: Need some help! - by Rudy_ - 27.10.2014, 16:28
Re: Need some help! - by Alex Magaсa - 27.10.2014, 16:29
Re: Need some help! - by Tixxt - 27.10.2014, 16:30
Re: Need some help! - by Tixxt - 27.10.2014, 16:36
Re: Need some help! - by Alex Magaсa - 27.10.2014, 17:09

Forum Jump:


Users browsing this thread: 2 Guest(s)