Need help with bank system
#1

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! ");
Reply


Messages In This Thread
Need help with bank system - by 1fret - 10.10.2014, 21:46
Re: Need help with bank system - by AdHaM612 - 10.10.2014, 21:59
Re: Need help with bank system - by 1fret - 10.10.2014, 22:02
Re: Need help with bank system - by 1fret - 10.10.2014, 22:22
Re: Need help with bank system - by AdHaM612 - 10.10.2014, 22:26
Re: Need help with bank system - by 1fret - 10.10.2014, 22:31
Re: Need help with bank system - by AdHaM612 - 10.10.2014, 22:35
Re: Need help with bank system - by 1fret - 10.10.2014, 22:38

Forum Jump:


Users browsing this thread: 5 Guest(s)