Quote:
Originally Posted by LarzI
Try adding this to "OnGameModeExit()"
pawn Код:
foreach(Player, i) //use a for loop if you don't have foreach { if( IsPlayerConnected( i )) { //save stats for each player } }
|
I think foreach already checks if the player is connected so you don't have to put another check