functions problem
#1

Hi all,i've this code in my gm.

pawn Код:
for(new i=0; i<=MAX_PLAYERS; i++)
    {
        if(IsPlayerConnected(i)) SavePlayer(i) SavePlayerVip(i);;
    }
1st is to save player stats and 2nd is to save vip players.

But i get this:

error 001: expected token: ";", but found "-identifier-"
error 036: empty statement
Reply


Messages In This Thread
functions problem - by Face9000 - 21.01.2011, 11:33
Re: functions problem - by ExeC - 21.01.2011, 11:33
Re: functions problem - by Face9000 - 21.01.2011, 11:34
Re: functions problem - by ExeC - 21.01.2011, 11:40
Re: functions problem - by Mike Garber - 21.01.2011, 11:46
Re: functions problem - by Face9000 - 21.01.2011, 11:46
Re: functions problem - by Sascha - 21.01.2011, 12:23

Forum Jump:


Users browsing this thread: 3 Guest(s)