GivePlayerScore
#4

If you want a "GivePlayerScore" function here is a simple stock:

pawn Код:
stock GivePlayerScore( playerid, score ) SetPlayerScore( playerid, GetPlayerScore( playerid ) + score );
An example would be:

pawn Код:
GivePlayerScore( playerid, 5 ); /* increase playerid score with 5 points */
Reply


Messages In This Thread
GivePlayerScore - by manchestera - 27.11.2011, 09:08
Re: GivePlayerScore - by [NoV]LaZ - 27.11.2011, 09:11
Re: GivePlayerScore - by Kostas' - 27.11.2011, 09:13
Re: GivePlayerScore - by SmiT - 27.11.2011, 09:22
Re: GivePlayerScore - by fordawinzz - 27.11.2011, 09:26
Re: GivePlayerScore - by SmiT - 27.11.2011, 09:27
Re: GivePlayerScore - by Ash. - 27.11.2011, 09:35
Re: GivePlayerScore - by manchestera - 27.11.2011, 11:14

Forum Jump:


Users browsing this thread: 2 Guest(s)