27.10.2014, 16:29
OnGamemodeInt or OnFilterscriptInt.
Example:
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:
Add down this:
Offtopic: i was late editing message! (Y) Rudy
Example:
pawn Код:
public OnGameModeInit()
{
//Add the object here.
print("Gamemode started!");
return 1;
}
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>
pawn Код:
#include <samp>
#inluce <streamer>