10.10.2011, 20:05
I use this script:
Under OnGameModeExit:
And in OnPlayerDisconnect I insert the SaveAccount function. Now the skin is correct, but Health, Armour and Pos are 0.
Only the floats are setting to 0. Why?
Under OnGameModeExit:
pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++)
{
OnPlayerDisconnect(i, 0);
}
Only the floats are setting to 0. Why?