17.06.2011, 19:05
hello alll i am really sad coz no one help me
plz tell me when player enter in cp the i did this
and its save scores but when i quit and join agian the scores not saves plz help me how to save scores i also use luxadmin
plz tell me when player enter in cp the i did this
PHP код:
for(new i=0; i < MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i))
{
SetPlayerScore(i, GetPlayerScore(i) + 3);
}
}