SetPlayerScore
#9

Quote:
Originally Posted by mineralo
Посмотреть сообщение
pawn Код:
stock GivePlayerScore(playerid,score)
{
SetPlayerScore(playerid,GetPlayerScore(playerid)+score);
return 1;
}
add this stock into your gm, and you'll be able to use GivePlayerScore
pawn Код:
public Score()  
{  
for(new i = 0;i != MAX_PLAYERS;++i)  
{  
    GivePlayerScore(i,1);  
}  
return 1;  
}
Anonymouse nvm him . He just got 2 pouints .

1- Posting on old topics where has been already given an answer
2- Bumping

Stop spamming . It is 1-2 years old thread
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: 8 Guest(s)