Need Help with the Script - 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: Need Help with the Script (
/showthread.php?tid=83122)
Need Help with the Script -
yamoto - 22.06.2009
hello i have one problem when i do compile it says that
Desktop\samp\gamemodes\UGL.pwn(43821) : warning 235: public function lacks forward declaration (symbol "OtherName")
Can anyone help? when i turn on server it says it works and if someone go into server hes crashed..
and its Roleplay Script
Re: Need Help with the Script -
Correlli - 22.06.2009
You need to forward that function.
Example:
pawn Код:
forward FunctionName(playerid, otherid, string[]);
Re: Need Help with the Script -
yamoto - 22.06.2009
Hmm i dont have this in the script :O
but when i change OtherName into NameTimer [Both because i had two OtherName] it says that
Desktop\samp\gamemodes\UGL.pwn(43822) : error 021: symbol already defined: "NameTimer"
Re: Need Help with the Script -
yamoto - 22.06.2009
sorry for dobule post but can anyone help me with it?