10.10.2014, 21:46
I just followed a tutorial https://sampforum.blast.hk/showthread.php?tid=284995 on how to make a bank system but i get these errors and im trying my best but fix them but the wont go
pawn Код:
C:\Users\user\Documents\other\samp server\gamemodes\CnR.pwn(629) : warning 215: expression has no effect
C:\Users\user\Documents\other\samp server\gamemodes\CnR.pwn(629) : error 001: expected token: ";", but found "-identifier-"
C:\Users\user\Documents\other\samp server\gamemodes\CnR.pwn(629) : warning 215: expression has no effect
C:\Users\user\Documents\other\samp server\gamemodes\CnR.pwn(629) : error 001: expected token: ";", but found "]"
C:\Users\user\Documents\other\samp server\gamemodes\CnR.pwn(629) : error 029: invalid expression, assumed zero
C:\Users\user\Documents\other\samp server\gamemodes\CnR.pwn(629) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
5 Errors.
pawn Код:
if( !strcmp( params, PlayerInfo[playerid][BPassword], true ))
{
PlayerInfo[playerid]Loggedin] = 1; //line 629
SendClientMessage(playerid, COLOR_BABYGREEN, "Thank you for logging in to your bank account! ");