12.12.2015, 08:39
Hello! I am a new scripter, I just started today and learned quite a few things.
D:\gtao\Call of Duty - Asia at War\gamemodes\cod8aaww.pwn(551) : error 021: symbol already defined: "RL_OnGameModeInit"
For this error, follow this:
Find if there's another function with RL_OnGamemodeInit and add stock before it. It'd fix the error.
For the "RL_OnPlayerKeyStateChange" error too, find the other one and add stock before it.
Ex:
D:\gtao\Call of Duty - Asia at War\gamemodes\cod8aaww.pwn(551) : error 021: symbol already defined: "RL_OnGameModeInit"
For this error, follow this:
Find if there's another function with RL_OnGamemodeInit and add stock before it. It'd fix the error.
For the "RL_OnPlayerKeyStateChange" error too, find the other one and add stock before it.
Ex:
Код:
stock RL_OnGamemodeInit

