28.08.2012, 09:25
make a public function:
public SetBlabla(playerid, value)
{
//Set playerid's blabla to value
}
In the filterscript use
CallRemoteFunction("SetBlabla", "dd", playerid, value);
public SetBlabla(playerid, value)
{
//Set playerid's blabla to value
}
In the filterscript use
CallRemoteFunction("SetBlabla", "dd", playerid, value);