Coins question
#2

I'm not sure what you're asking... Here is what an enum would look like:
pawn Код:
enum PLAYER_MAIN
{
     Coins,
}
new pInfo[MAX_PLAYERS][PLAYER_MAIN];
Now, on the last checkpoint you would use

pawn Код:
new value = 5; // how many coins do you want to give the player?
pInfo[playerid][Coins] += value;
Reply


Messages In This Thread
Coins question - by farCry.xD - 13.07.2012, 11:49
Re: Coins question - by DarrenReeder - 13.07.2012, 11:56
Re: Coins question - by Devilxz97 - 13.07.2012, 12:07

Forum Jump:


Users browsing this thread: 1 Guest(s)