20.11.2010, 01:40
Quote:
Ok i see the callremotefunction so lets say this is what is used in the script: GivePlayerMoney(playerid, 600);
How do i implement this into the callremotefunction? is it: CallRemoteFunction("GivePlayerCash", playerid, "d, i", "600" ?? |
pawn Code:
CallRemoteFunction("GivePlayerCash", "ii", playerid, 600);