i need a help to connect it
#2

Код:
forward GetPlayerCash(playerid);
public GetPlayerCash(playerid)
{
    return Variable[playerid][Cash];
}
In your filterscript:
Код:
CallRemoteFunction("GetPlayerCash", "i", playerid);
Or make a function out of that (either a macro or an actual function)
Reply


Messages In This Thread
i need a help to connect it - by XaibBaba - 05.06.2016, 09:41
Re: i need a help to connect it - by Stinged - 05.06.2016, 09:57
Re: i need a help to connect it - by Unte99 - 05.06.2016, 10:02
Re: i need a help to connect it - by XaibBaba - 05.06.2016, 10:07
Re: i need a help to connect it - by XaibBaba - 05.06.2016, 10:12

Forum Jump:


Users browsing this thread: 1 Guest(s)