Once again more 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Once again more errors (
/showthread.php?tid=251561)
Once again more errors -
captainjohn - 27.04.2011
I just can't seem to fix these errors.
Код:
(485) : error 004: function "OnPlayerDeath" is not implemented
(490) : error 017: undefined symbol "killerid"
Line 485:
pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
Line 490:
pawn Код:
GetPlayerName(killerid, PlayerName ,sizeof(PlayerName));
Re: Once again more errors -
Anteino - 27.04.2011
Re: Once again more errors -
captainjohn - 27.04.2011
Quote:
Originally Posted by Anteino
|
I already have that at the top of my script.....
Re: Once again more errors -
Anteino - 27.04.2011
Post the whole script
Re: Once again more errors -
captainjohn - 27.04.2011
Quote:
Originally Posted by Anteino
Post the whole script
|
The whole script or just that little bit?
Re: Once again more errors -
[MWR]Blood - 27.04.2011
Happened once to me when I fucked up some brackets.
Re: Once again more errors -
xDeadlyBoy - 27.04.2011
post the whole callback (OnPlayerDeath);
Re: Once again more errors -
Davz*|*Criss - 27.04.2011
Post it on Pastebin.com
Re: Once again more errors -
xir - 27.04.2011
Quote:
Originally Posted by Delux13
Happened once to me when I fucked up some brackets.
|
Me too, check if you miss any brackets