Getting some errors
#1

This is the errors i get
Код:
C:\Users\new account\Desktop\Test Server\larp.pwn(74514) : error 027: invalid character constant
C:\Users\new account\Desktop\Test Server\larp.pwn(74540) : error 027: invalid character constant
C:\Users\new account\Desktop\Test Server\larp.pwn(74540) : warning 215: expression has no effect
C:\Users\new account\Desktop\Test Server\larp.pwn(74540) : error 001: expected token: ";", but found ")"
C:\Users\new account\Desktop\Test Server\larp.pwn(74540) : error 029: invalid expression, assumed zero
C:\Users\new account\Desktop\Test Server\larp.pwn(74540) : fatal error 107: too many error messages on one line

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


5 Errors.
And the lines are for tester chat and admin chat.
pawn Код:
if(text[0] == '//' && PlayerInfo[playerid][pAdmin] >= 1)//line 74514
if(text[0] == '///' && (PlayerInfo[playerid][pTester] >= 1 || PlayerInfo[playerid][pAdmin] >= 1))//line 74540
But if i change the // and /// back to # and @ i dont get any errors..
Reply


Messages In This Thread
Getting some errors - by Don_Cage - 25.03.2013, 03:33
Re: Getting some errors - by Joao Pedro - 25.03.2013, 03:46
Re: Getting some errors - by Don_Cage - 25.03.2013, 03:49
Re: Getting some errors - by Joao Pedro - 25.03.2013, 03:54
Re: Getting some errors - by Don_Cage - 25.03.2013, 04:00
Re: Getting some errors - by Joao Pedro - 25.03.2013, 04:02
Re: Getting some errors - by Don_Cage - 25.03.2013, 04:20

Forum Jump:


Users browsing this thread: 1 Guest(s)