Trouble with GameModeInit
#2

pawn Код:
public OnGameModeInit()
 
    // Don't use these lines if it's a filterscript
    SetGameModeText("TEST RPG");
    AddPlayerClass(174,1543.2524,-1675.6240,13.5561,84.9173,0,0,0,0,0,0); //
    // etc
Must be

pawn Код:
public OnGameModeInit()
{
    // Don't use these lines if it's a filterscript
    SetGameModeText("TEST RPG");
    AddPlayerClass(174,1543.2524,-1675.6240,13.5561,84.9173,0,0,0,0,0,0); //
    // etc
Reply


Messages In This Thread
Trouble with GameModeInit - by mini-d - 02.05.2009, 06:59
Re: Trouble with GameModeInit - by Danut - 02.05.2009, 07:07
Re: Trouble with GameModeInit - by mini-d - 02.05.2009, 07:15
Re: Trouble with GameModeInit - by GanG$Ta - 02.05.2009, 08:25

Forum Jump:


Users browsing this thread: 1 Guest(s)