15.08.2011, 19:54
Add under the score;
This :
And just continue with the weapons.
After that, add under the score loading thingy;
This:
And continue with other weapons.
PHP код:
INI_WriteInt("Score", 0);
pawn Код:
INI_WriteInt("SawnOffSkill", 0);
After that, add under the score loading thingy;
pawn Код:
SetPlayerScore( playerid, INI_ReadInt( "Score" ) );
pawn Код:
SetPlayerSkillLevel(playerid, INI_ReadInt("SawnOffSkill"));