27.03.2015, 02:41
Hello, the problem with the checkpoints is done thanks professional programmer.. But now i have a problem.. My server is server side and everytime the harvest job give me money it gone. I mean for example i have $0 then i finished the harvest job it must pay me $750 but after paying me my money is going back to $0 can you help me ?
Here's the code
My server code for money is ,, GivePlayerCash but if i put it here there will be a warning
Here's the code
Code:
if(HarvestJob[playerid] == 4){ HarvestJob[playerid] = 0; DisablePlayerRaceCheckpoint(playerid); SendClientMessage(playerid,COLOR_YELLOW,"* You have recieved $750 for your work!"); GivePlayerMoney(playerid,750);
Code:
C:\Users\Windows7\Desktop\Microsoft Corporation ©\PRP\filterscripts\harvestjob.pwn(65) : warning 215: expression has no effect Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Warning.