IsPlayerScore?
#7

You can Increase your score with this:

pawn Код:
public Score()  
{  
for(new i = 0;i != MAX_PLAYERS;++i)  
{  
    SetPlayerScore(i, GetPlayerScore(i)+1);  
}  
return 1;  
}
Reply


Messages In This Thread
IsPlayerScore? - by California_ - 14.01.2013, 17:29
Re : IsPlayerScore? - by [HRD]Mar1 - 14.01.2013, 17:30
Re: IsPlayerScore? - by LarzI - 14.01.2013, 17:31
Re: IsPlayerScore? - by Mr.Anonymous - 14.01.2013, 17:31
Re: IsPlayerScore? - by Patrick - 14.01.2013, 17:31
Re: IsPlayerScore? - by California_ - 14.01.2013, 17:32
Re: IsPlayerScore? - by martin3644 - 14.01.2013, 17:39

Forum Jump:


Users browsing this thread: 2 Guest(s)