13.08.2014, 10:36
Hi all..
I have a Vehicle System FS and a Gamemode...
I have created a function in the Gamemode, and I have decided to use it in the FS.
Why this CallRemoteFunction don't work?
The function:
If I call that function in the GM works.
Thanks for the help
I have a Vehicle System FS and a Gamemode...
I have created a function in the Gamemode, and I have decided to use it in the FS.
Why this CallRemoteFunction don't work?
pawn Код:
CallRemoteFunction("AccendereAuto", "i", 69);
pawn Код:
forward AccendereAuto(playerid);
public AccendereAuto(playerid)
{
gNonPuoi[playerid] = 1;
return 1;
}
Thanks for the help