Problem about checkpoint
#7

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

Code:
	if(HarvestJob[playerid] == 4){
         	HarvestJob[playerid] = 0;
	     	DisablePlayerRaceCheckpoint(playerid);
	     	SendClientMessage(playerid,COLOR_YELLOW,"* You have recieved $750 for your work!");
	     	GivePlayerMoney(playerid,750);
My server code for money is ,, GivePlayerCash but if i put it here there will be a warning

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.
Reply


Messages In This Thread
Problem about checkpoint - by ChuckyBabe - 27.03.2015, 00:38
Re: Problem about checkpoint - by Professional_Programmer - 27.03.2015, 01:17
Re: Problem about checkpoint - by ChuckyBabe - 27.03.2015, 01:26
Re: Problem about checkpoint - by Professional_Programmer - 27.03.2015, 01:36
Re: Problem about checkpoint - by ChuckyBabe - 27.03.2015, 01:42
Re: Problem about checkpoint - by Professional_Programmer - 27.03.2015, 01:49
Re: Problem about checkpoint - by ChuckyBabe - 27.03.2015, 02:41
Re: Problem about checkpoint - by ChuckyBabe - 27.03.2015, 03:16
Re: Problem about checkpoint - by Aly - 27.03.2015, 05:24
Re: Problem about checkpoint - by CalvinC - 27.03.2015, 05:47
Re: Problem about checkpoint - by ChuckyBabe - 27.03.2015, 08:46

Forum Jump:


Users browsing this thread: 1 Guest(s)