SA-MP Forums Archive
Help here get 2 errors - 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: Help here get 2 errors (/showthread.php?tid=307283)



Help here get 2 errors - N0FeaR - 29.12.2011

i dont find something with Audio_OnPlayerConnect. but OnPlayerConnect mabye you guys know the problem?


Here is the error
Код:
C:\Users\rova\Desktop\RMRP\gamemodes\RMRP.pwn(8706) : error 021: symbol already defined: "Audio_OnPlayerConnect"
C:\Users\rova\Desktop\RMRP\gamemodes\RMRP.pwn(10166) : error 021: symbol already defined: "Audio_OnPlayerDisconnect"



Re: Help here get 2 errors - Bogdan1992 - 29.12.2011

Remove the
Код:
new Audio_OnPlayerConnect on 8706 line
And
Код:
new Audio_OnPlayerDisconnect on 10166 line
or w/e depends what you have there