How to fix this error
#4

Код:
C:\Documents and Settings\Administrator\Desktop\[UPDATED]\gamemodes\us.pwn(979) : error 021: symbol already defined: "GetPlayerHost"
Romove one of your GetPlayerHost, because its already defined.

Код:
C:\Documents and Settings\Administrator\Desktop\[UPDATED]\gamemodes\us.pwn(983) : warning 209: function "GetPlayerHost" should return a value
function should return a value, just add return.

Код:
C:\Documents and Settings\Administrator\Desktop\[UPDATED]\gamemodes\us.pwn(18041) : warning 203: symbol is never used: "ret_memcpy"
You have defined this symbol, buy you have never used it, so you can remove it if its not needed, or just use it. Anyways, you can run your script with this warning.
Reply


Messages In This Thread
How to fix this error - by FiReMaNStone - 12.10.2013, 19:52
Re: How to fix this error - by iFiras - 12.10.2013, 19:52
Re: How to fix this error - by FiReMaNStone - 12.10.2013, 19:54
Re: How to fix this error - by edzis84 - 12.10.2013, 19:54
Re: How to fix this error - by xVIP3Rx - 12.10.2013, 19:55
Re: How to fix this error - by FiReMaNStone - 12.10.2013, 19:58

Forum Jump:


Users browsing this thread: 1 Guest(s)