Question
#1

Hello,
i'm useing the function for money GiveZaiatMoney.
and i downloaded a filterscript, the function for money is GivePlayerMoney in that filterscript.
i'm tring to replace but its giving me error, undfined GiveZaiatMoney.
Any help?
thanks for helping.
Reply
#2

You want to use GiveZiatMoney instead of GivePlayerMoney?
If that's what you wanna do, then do this on top of your script:

pawn Код:
#define GiveZaiatMoney GivePlayerMoney
and then use this wherever you want:

pawn Код:
GiveZaiatMoney(playerid, amount);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)