Posts: 67
Threads: 26
Joined: Jun 2014
Hi!
When i try to edit "Rivershell" GM i see this error
"C:\Users\Khalil\Desktop\Nouveau dossier (2)\gamemodes\rivershell.pwn(155) : error 017: undefined symbol "EnableVehicleFriendlyFire"'
PLZ HELP ME
Posts: 67
Threads: 26
Joined: Jun 2014
Posts: 320
Threads: 23
Joined: Aug 2012
Reputation:
0
That function is at a_samp include. You have probably done something wrong.
native EnableVehicleFriendlyFire(); //a_SAMP
COpy us includes here and line 155.
Posts: 67
Threads: 26
Joined: Jun 2014
Line :
public OnGameModeInit()
{
SetGameModeText("Rivershell");
ShowPlayerMarkers(0);
ShowNameTags(1);
SetWorldTime(17);
SetWeather(11);
UsePlayerPedAnims();
EnableVehicleFriendlyFire(); //THIS LINE 155
SetNameTagDrawDistance(110.0);
DisableInteriorEnterExits();
Posts: 67
Threads: 26
Joined: Jun 2014
Posts: 67
Threads: 26
Joined: Jun 2014
Posts: 3,133
Threads: 71
Joined: Dec 2013
Reputation:
0
What server version are you running? More specifically, what is the version of the a_samp your using?