28.11.2010, 10:26
You would need to add this function in the script that you want to change the local variable in.
This is because CallRemoteFunction executes a public function, it doesn't directly interact with variables.
pawn Код:
public speedBoost(playerid, value)
{
antispeedboost[playerid] = value;
return 1;
}