31.03.2011, 12:32
You can use CallRemoteFunction in your filterscript, as your SafeGivePlayerMoney function is a public function.
Replace 'playerid' and 'amountofmoney' with the parameters you want.
pawn Код:
CallRemoteFunction("SafeGivePlayerMoney", "dd", playerid, amountofmoney);