SA-MP Forums Archive
Trucker job - 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: Trucker job (/showthread.php?tid=660653)



Trucker job - GurumiYT - 09.11.2018

Ive tried to use this Filterscript job on my server but the money is not giving even after the job is done. Even though the job is simple, I want to add it to my server please help.
Filterscript thread : https://goo. gl/D4BvF4


Re: Trucker job - TheAftermathR - 09.11.2018

Do you have an anticheat?


Re: Trucker job - GurumiYT - 09.11.2018

Quote:
Originally Posted by TheAftermathR
Посмотреть сообщение
Do you have an anticheat?
Yes, I do have a working anti cheat.. which is probably blocking the money since this is a Filterscript..


Re: Trucker job - TheAftermathR - 09.11.2018

what function does your script use to give money to players for other jobs?


Re: Trucker job - GurumiYT - 09.11.2018

It uses "GivePlayerMoney"


Re: Trucker job - TheAftermathR - 09.11.2018

GivePlayerMoneyEx(playerid, amount)
{
CallRemoteFunction("GivePlayerCash", "dd", playerid, amount);
}