Job help
#1

How can i change job money ?
Exemple : Farmer Job or Bus Driver...
I wanna give much money at this job..I wanna give 1000$,not 50$ ..please ..what can i do ?

Sorry for my bad english
Reply
#2

That's a simply function, and you could just use the samp wiki.

PHP код:
GivePlayerMoney(playerid1000); 
Use that instead of
PHP код:
GivePlayerMoney(playerid50); 
Reply
#3

I don`t have GivePlayerMoney(playerid, ...
When i go to OnPlayerEnterCheckpoint , i find SafeGivePlayerMoney..But i don`t know how can i change money...
Please..where is ?
Reply
#4

Maybe its

pawn Код:
SafeGivePlayerMoney(playerid,SafeGetPlayerMoney(playerid) + Amount);
Search for that "Amount" Var
Reply
#5

Look..i use Raven`s Roleplay ... Anyone know how can i change that "Amount" I need urgently to change it ...
Reply
#6

Anyone can help me ?please...
Reply
#7

As Jumbo said, try to use this:

PHP код:
SafeGivePlayerMoney(playerid,SafeGetPlayerMoney(playerid) + 1000); 
Reply
#8

Quote:
Originally Posted by DonBonanno
Look..i use Raven`s Roleplay ... Anyone know how can i change that "Amount" I need urgently to change it ...
That's exactly your problem, if you do not understand how to change simple things like amount of money given, then why are you even attempting RP scripts? You should learn before you attempt something, after all, Roleplay has been claimed to be the hardest to script, due to all the individual functions. You should have a read through wiki.sa-mp.com to find out some more about simple functions/native functions, before diving into a RP script, don't run before you can walk buddy.

SA:MP Wiki: Here

-Mike
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)