Job capacity
#4

Then the PlayerData A.K.A. PlayerInfo would maybe be good. Try to start with this:

pawn Код:
enum PlayerInfo
{
checkpoints
}
Then add a:

pawn Код:
new PlayerData[MAX_PLAYERS][PlayerInfo];
And then, on the IsPlayerInCheckpoint, add this:

pawn Код:
PlayerData[playerid][checkpoints]++;
That's one way you can control the capacity on.
Reply


Messages In This Thread
Job capacity - by Shinzei_Banzai - 07.07.2009, 18:35
Re: Job capacity - by refshal - 07.07.2009, 20:02
Re: Job capacity - by Shinzei_Banzai - 07.07.2009, 20:09
Re: Job capacity - by refshal - 07.07.2009, 20:16
Re: Job capacity - by Shinzei_Banzai - 07.07.2009, 21:02
Re: Job capacity - by refshal - 07.07.2009, 21:30
Re: Job capacity - by happyface - 07.07.2009, 22:20
Re: Job capacity - by refshal - 08.07.2009, 07:53

Forum Jump:


Users browsing this thread: 1 Guest(s)