02.07.2012, 21:38
Open up your pawno CTRL+F then type OnGameModeInit or if it's a filterscript search for OnFilterScriptInit
it should end up like this:
it should end up like this:
pawn Код:
public OnGameModeInit()
{
CreateObject(la la la);
CreateObject(la la la);
CreateObject(la la la);
CreateObject(la la la);
return 1;
}

