Y_INI Save stats on 10-Seconds
#10

Quote:
Originally Posted by Bug.
Посмотреть сообщение
i put it on the end od script:
Код:
G:\CokeTDM [0.3e]\gamemodes\NpTDM.pwn(1243) : error 017: undefined symbol "SaveStats"
G:\CokeTDM [0.3e]\gamemodes\NpTDM.pwn(1248) : error 030: compound statement not closed at the end of file (started at line 1239)
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Errors.
Quote:
Originally Posted by [D]ry[D]esert
Посмотреть сообщение
and this is another way.
pawn Код:
forward savestats();
public savestats()
{
 for (new i = 0; i != MAX_PLAYERS; ++i)
{
if (IsPlayerConnected(i))
{
SaveStats(i);
}
}
}
place this at the end of your script
Reply


Messages In This Thread
Y_INI Save stats on 10-Seconds - by Bug. - 29.10.2012, 14:53
Re: Y_INI Save stats on 10-Seconds - by playbox12 - 29.10.2012, 14:57
Re: Y_INI Save stats on 10-Seconds - by gtakillerIV - 29.10.2012, 14:59
Re: Y_INI Save stats on 10-Seconds - by Bug. - 29.10.2012, 15:00
Re: Y_INI Save stats on 10-Seconds - by [D]ry[D]esert - 29.10.2012, 15:03
Re: Y_INI Save stats on 10-Seconds - by Bug. - 29.10.2012, 15:07
Re: Y_INI Save stats on 10-Seconds - by gtakillerIV - 29.10.2012, 15:09
Re: Y_INI Save stats on 10-Seconds - by Lordzy - 29.10.2012, 15:12
Re: Y_INI Save stats on 10-Seconds - by [D]ry[D]esert - 29.10.2012, 15:18
Re: Y_INI Save stats on 10-Seconds - by [D]ry[D]esert - 29.10.2012, 15:35

Forum Jump:


Users browsing this thread: 1 Guest(s)