SetPlayerScore
#4

Something like this?

pawn Код:
public Score()  
{  
for(new i = 0;i != MAX_PLAYERS;++i)  
{  
    SetPlayerScore(i, GetPlayerScore(i)+1);  
}  
return 1;  
}
It gives player in every minute 1 score point.
Reply


Messages In This Thread
SetPlayerScore - by mike_1 - 12.06.2012, 07:41
Re: SetPlayerScore - by Jarnu - 12.06.2012, 07:43
Re: SetPlayerScore - by mike_1 - 12.06.2012, 07:48
Re: SetPlayerScore - by martin3644 - 14.01.2013, 17:35
Re: SetPlayerScore - by Mr.Anonymous - 14.01.2013, 17:36
Re: SetPlayerScore - by martin3644 - 14.01.2013, 17:37
Re: SetPlayerScore - by mineralo - 14.01.2013, 17:37
Re: SetPlayerScore - by Mr.Anonymous - 14.01.2013, 17:40
Re: SetPlayerScore - by Private200 - 14.01.2013, 18:58

Forum Jump:


Users browsing this thread: 4 Guest(s)