How do you do this im confused - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: How do you do this im confused (
/showthread.php?tid=391319)
How do you do this im confused -
NinjaChicken - 10.11.2012
ok, i have a fuel system FS that uses GiveplayerMoney but my script uses GivePlayerCash, so when my fs fines the player his money just goes back up and i want it to go down, but if i change GiveplayerMoney in the fs to GiveplayerCash it just doesnt compile please help
Re: How do you do this im confused -
Team_PRO - 10.11.2012
Show me some photo
Re: How do you do this im confused -
NinjaChicken - 10.11.2012
huh?
Re: How do you do this im confused -
Team_PRO - 10.11.2012
What pawno u use?
Re: How do you do this im confused -
JaKe Elite - 10.11.2012
It is because your FS doesn't have GivePlayerCash stock function..
Re: How do you do this im confused -
Plovix - 10.11.2012
Yeah,just as a Romel Says...Use GivePlayerMoney(playerid, -amount);
Re: How do you do this im confused -
JaKe Elite - 10.11.2012
If he do that,
This will happen
Код:
"his money just goes back up and i want it to go down"
by NinjaChicken
Re: How do you do this im confused -
Smally - 10.11.2012
You need to search for the stock in your gamemode and add it to the filterscript.