error 021: symbol already defined: "Audio_OnGameModeInit" - 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)
+--- Thread: error 021: symbol already defined: "Audio_OnGameModeInit" (
/showthread.php?tid=405764)
error 021: symbol already defined: "Audio_OnGameModeInit" -
Antonioh - 07.01.2013
error 021: symbol already defined: "Audio_OnGameModeInit"
i just added that to Change CJ Run And Walk style
Quote:
}
public OnGameModeInit()
{
UsePlayerPedAnims();
return 1;
}
|
Re: error 021: symbol already defined: "Audio_OnGameModeInit" -
Fabio11 - 07.01.2013
Seriously? You don't have to add more public OnGameModeInit(), there is already one, just find it (CTRL+F) and put you code besides it...