23.09.2017, 08:31
That can be easily done by using this function
Use it in your FilterScript,
It'll call the function of your Gamemode ( only if it's loaded ).
Use it in your FilterScript,
It'll call the function of your Gamemode ( only if it's loaded ).
Код:
GiveMoney(playerid,amount)
{
CallRemoteFunction("GiveMoney", "ii", playerid , amount);
}

