Error
#1

Hello, I am getting this error

Code:
C:\Users\Shaun\Desktop\LSC-RP\gamemodes\drp.pwn(413) : error 001: expected token: ";", but found "return"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Here is my Code

pawn Code:
public OnGameModeInit()
{
        SetGameModeText("D-RP 0.1 Beta");
        print("Auto Weather loaded.");
        SetTimer("AutoWeather", 600000, 1);
        AutoWeather();
        DisableInteriorEnterExits()//Disables the Shitty Markers
        return 1;//here is Line 413
}
Reply


Messages In This Thread
Error - by seanny - 30.10.2011, 00:05
Re: Error - by Norn - 30.10.2011, 00:07
Re: Error - by Yamoo - 30.10.2011, 00:07
Re: Error - by =WoR=G4M3Ov3r - 30.10.2011, 00:10

Forum Jump:


Users browsing this thread: 1 Guest(s)