12.11.2015, 10:28
Code:
new ActorCJ;
public OnGameModeInit()
{
// Create an actor (CJ) at Blueberry Acres (Center of SA map)
ActorCJ = CreateActor(0, 0.0, 0.0, 3.0, 0.0);
}

someone say:you have to put it on top of script where you are define your server news.
but whre is it?
Code:
// This is a comment
// uncomment the line below if you want to write a filterscript
//#define FILTERSCRIPT
#include <a_samp>
#if defined FILTERSCRIPT
public OnFilterScriptInit()
{
print("\n--------------------------------------");
print(" Blank Filterscript by your name here");
print("--------------------------------------\n");
return 1;
}

