Error 025 - 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: Error 025 (
/showthread.php?tid=368688)
Error 025 -
Stefand - 14.08.2012
Hello,
I get this error from OnDialogResponse
pawn Код:
C:\Users\Stefan Dorst\Desktop\GTA SA\Stunt+Dm\gamemodes\SDM.pwn(2213) : error 025: function heading differs from prototype
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
Line: public OnDialogResponse(playerid, dialoGroup, response, listitem, inputtext[])
Re: Error 025 -
Killer#Mummy - 14.08.2012
The function is diffrent from original.
Replace it with
pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])