Communication between Filterscript and GameMode
#8

The same way

pawn Код:
// fs
public SetPlayerLicense(playerid, license)
{
    License[playerid] = license;
    return 1;
}

//in your gm
CallRemoteFunction("SetPlayerLicense", "dd", playerid, randomnumber);
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)