SA-MP Forums Archive
Errors from nowhere... - 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: Errors from nowhere... (/showthread.php?tid=325021)



Errors from nowhere... - !LukniS! - 11.03.2012

Code:
C:\Documents and Settings\Lukas\Desktop\GRP4\GRP4\gamemodes\new.pwn(556) : error 021: symbol already defined: "OnPlayerSpawn"
C:\Documents and Settings\Lukas\Desktop\GRP4\GRP4\gamemodes\new.pwn(641) : error 021: symbol already defined: "OnPlayerDeath"
C:\Documents and Settings\Lukas\Desktop\GRP4\GRP4\gamemodes\new.pwn(3686) : error 021: symbol already defined: "OnPlayerKeyStateChange"
C:\Documents and Settings\Lukas\Desktop\GRP4\GRP4\gamemodes\new.pwn(5808) : error 021: symbol already defined: "OPVD_OnPlayerUpdate"
I don't know... Callbacks aren't multiplying, but these errors came


Re: Errors from nowhere... - mrskull42 - 11.03.2012

You have more than one

Code:
public OnPlayerSpawn(playerid)
{

return 1;
)
[CODE]
etc..