10.08.2009, 12:00
TogglePlayerClock(playerid, 1); makes one error in there
public OnGameModeInit()
{
SetGameModeText("SAS Special forces VS Gangs");
AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
TogglePlayerClock(playerid, 1);
SetTimer("weather", 60000, 1);
SetTimer("time", 60000, 1);
C:\Documents and Settings\Cameron Banfield\Desktop\Game-Flight DM server\gamemodes\SASDM.pwn(36) : error 017: undefined symbol "playerid"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
public OnGameModeInit()
{
SetGameModeText("SAS Special forces VS Gangs");
AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
TogglePlayerClock(playerid, 1);
SetTimer("weather", 60000, 1);
SetTimer("time", 60000, 1);
C:\Documents and Settings\Cameron Banfield\Desktop\Game-Flight DM server\gamemodes\SASDM.pwn(36) : error 017: undefined symbol "playerid"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.

