SA-MP Forums Archive
SAMP Script Problem - 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: SAMP Script Problem (/showthread.php?tid=407612)



SAMP Script Problem - Gortex - 14.01.2013

Here there, I'm making another Unique Script World Of Tanks
Anyways whats the problem here?

C:\Documents and Settings\Uporabnik\Desktop\World Of Tanks\gamemodes\Wot.pwn(5201) : warning 235: public function lacks forward declaration (symbol "OnPlayerTakeDamage")

:/


Re: SAMP Script Problem - Diorturato - 14.01.2013

We can't see your code without your code.


Re: SAMP Script Problem - Gortex - 14.01.2013

Oh yes i've forgot

public OnPlayerTakeDamage(playerid, issuerid)


Re: SAMP Script Problem - Diorturato - 14.01.2013

pawn Код:
forward OnPlayerTakeDamage(playerid, issuerid);



Re: SAMP Script Problem - dannyk0ed - 14.01.2013

Top of your script
pawn Код:
forward OnPlayerTakeDamage(playerid, issuerid);



Re: SAMP Script Problem - Gortex - 14.01.2013

Alright thanks guys, i'll give you both credits