A few errors while compiling.
#5

Getting these wxarnings now:
Код:
C:\Users\fabio\Desktop\Biohazard Roleplay\gamemodes\bhrp.pwn(1037) : error 001: expected token: ";", but found ")"
C:\Users\fabio\Desktop\Biohazard Roleplay\gamemodes\bhrp.pwn(1037) : error 029: invalid expression, assumed zero
C:\Users\fabio\Desktop\Biohazard Roleplay\gamemodes\bhrp.pwn(1037) : warning 215: expression has no effect
C:\Users\fabio\Desktop\Biohazard Roleplay\gamemodes\bhrp.pwn(1038) : error 001: expected token: ";", but found ")"
C:\Users\fabio\Desktop\Biohazard Roleplay\gamemodes\bhrp.pwn(1038) : error 029: invalid expression, assumed zero
C:\Users\fabio\Desktop\Biohazard Roleplay\gamemodes\bhrp.pwn(1038) : warning 215: expression has no effect
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.
Code:
PHP код:
                new string1[128], string2[128];
                
format(string1sizeof(string1), "%s",udb_hash(inputtext)));
                
format(string2sizeof(string2), "%s",udb_hash(PlayerInfo[playerid][pPass])));
                if(!
strcmp(string1string2)) return .............. 
Reply


Messages In This Thread
A few errors while compiling. - by faff - 07.10.2015, 19:07
AW: A few errors while compiling. - by Kaliber - 07.10.2015, 19:09
Re: A few errors while compiling. - by Dusan01 - 07.10.2015, 19:10
Re: A few errors while compiling. - by faff - 07.10.2015, 19:12
Re: A few errors while compiling. - by faff - 07.10.2015, 19:17
AW: A few errors while compiling. - by Kaliber - 07.10.2015, 19:18
Re: A few errors while compiling. - by Dusan01 - 07.10.2015, 19:19
Re: A few errors while compiling. - by J0sh... - 07.10.2015, 19:25
Re: A few errors while compiling. - by Vince - 07.10.2015, 20:12

Forum Jump:


Users browsing this thread: 2 Guest(s)