02.06.2010, 08:10
Well, do you have an account saver?
If yes, you can make the different earnings like this:
Is this what you wanted?
If yes, you can make the different earnings like this:
pawn Код:
new CurrentJob[MAX_PLAYERS][10]; //The 10 are the different Levels
// Where you pay them out:
if(CurrentJob[playerid]==1) GivePlayerMoney(playerid, 250);
if(CurrentJob[playerid]==2) GivePlayerMoney(playerid, 500);
//...