some weird errors i faced
#1

Im facing these errors and i've got no damn clue what could it be.
Код:
C:\Users\Miki\Desktop\samp037_svr_R2-1-1_win32\gamemodes\mfr.pwn(592) : warning 217: loose indentation
C:\Users\Miki\Desktop\samp037_svr_R2-1-1_win32\gamemodes\mfr.pwn(592) : error 029: invalid expression, assumed zero
C:\Users\Miki\Desktop\samp037_svr_R2-1-1_win32\gamemodes\mfr.pwn(592) : error 017: undefined symbol "_ALS"
C:\Users\Miki\Desktop\samp037_svr_R2-1-1_win32\gamemodes\mfr.pwn(592) : error 029: invalid expression, assumed zero
C:\Users\Miki\Desktop\samp037_svr_R2-1-1_win32\gamemodes\mfr.pwn(592) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.
Line 592:
Код:
public OnGameModeExit()
Reply
#2

Show your includes. I think this is some problems with Hooking.
Reply
#3

Show complete OnGamemodeExit,
I think there is a { after it and you haven't placed it.

Код:
public OnGameModeExit()
{
    //Rubbish
}
Reply
#4

Problem fixed.
Reply
#5

Can you pls tell what was the cause?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)