10.10.2011, 00:48
if(GetPlayerJobID(playerid)==2)
GivePlayerMoney(playerid,600);
add that under
if(GetPlayerJobID(playerid)==1)
GivePlayerMoney(playerid,300);
change the 600 to whatever the increase is.
GivePlayerMoney(playerid,600);
add that under
if(GetPlayerJobID(playerid)==1)
GivePlayerMoney(playerid,300);
change the 600 to whatever the increase is.