about CallRemoteFunction
#4

pawn Код:
CMD:dm(playerid, params[])
{
    SetPVarInt(playerid,"InDM",1);
    SendClientMessage(playerid, 0xFFFFFFFF, "You are in DM");
    return 1;
}
You can now use

pawn Код:
GetPVarInt(playerid,"InDM");
Anywhere.
Reply


Messages In This Thread
about CallRemoteFunction - by Genmetal - 18.02.2015, 00:52
Re: about CallRemoteFunction - by arakuta - 18.02.2015, 01:12
Re: about CallRemoteFunction - by Genmetal - 18.02.2015, 01:20
Re: about CallRemoteFunction - by arakuta - 18.02.2015, 01:25
Re: about CallRemoteFunction - by Genmetal - 18.02.2015, 02:17
Re: about CallRemoteFunction - by Genmetal - 18.02.2015, 02:28
Re: about CallRemoteFunction - by PaulDinam - 18.02.2015, 02:44
Re: about CallRemoteFunction - by Genmetal - 18.02.2015, 03:08

Forum Jump:


Users browsing this thread: 4 Guest(s)