EnableStuntBonusForAll Error - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: EnableStuntBonusForAll Error (
/showthread.php?tid=223971)
EnableStuntBonusForAll Error -
[MKD]Max - 10.02.2011
Код:
public OnGameModeInit()
{
SetGameModeText("Los Santos GangWars v3.0");
ShowPlayerMarkers(1);
ShowNameTags(1);
SetTeamCount(11);
AllowAdminTeleport(1);
EnableStuntBonusForAll(1); //error line kind of error take loook under
UsePlayerPedAnims();
Код:
Error:
D:\Documents and Settings\MrThift1\Desktop\Los Santoms GW.pwn(209) : error 017: undefined symbol "EnableStuntBonusForAll"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Re: EnableStuntBonusForAll Error -
Ash. - 10.02.2011
I believe not telling it be on (so removing the line) also causes Stunt Bonus's to be on, you could just remove this line from my experience.