Ugly Error
#1

Hello, I keep getting this Error for no reason, Here is my Error List


Код:
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 Код:
public OnGameModeInit()
{
        SetGameModeText("D-RP 0.1 Beta");
        print("Auto Weather loaded.");
        SetTimer("AutoWeather", 600000, 1);
        AutoWeather();
        DisableInteriorEnterExits()//Disables the Shitty Markers
        return 1;//Line 413 is here
}
Reply
#2

You forget a semi-colon on "DisableInteriorEnterExits()" line.

pawn Код:
DisableInteriorEnterExits();
Reply
#3

THANKS!!! YOUR A HERO! REP+'ED
Reply
#4

https://sampforum.blast.hk/showthread.php?tid=293797

Why did you create another thread ?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)