SA-MP Forums Archive
The godfather With 0.3a - 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: The godfather With 0.3a (/showthread.php?tid=139267)



The godfather With 0.3a - billy4601 - 04.04.2010

Код:
warning 217: loose indentation
error 004: function "NameTimer" is not implemented
warning 235: public function lacks forward declaration (symbol "OnPlayerPrivmsg")
warning 203: symbol is never used: "GetPointDistanceToPointExMorph"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase
I get this error and warning. how to fix it up?


Re: The godfather With 0.3a - [GS]Jason - 04.04.2010

Ask in the godfather topic. Or search, it's been asked MANY times before.


Re: The godfather With 0.3a - billy4601 - 04.04.2010

Quote:
Originally Posted by [GS
Jason ]
Ask in the godfather topic. Or search, it's been asked MANY times before.
Thx. i fine the topic. i fix all


Re: The godfather With 0.3a - Zero[S] - 18.06.2010

how to fix this?


Код:
C:\Documents and Settings\User\Desktop\SA-MP Server\gamemodes\BFGM.pwn(24793) : error 004: function "NameTimer" is not implemented
C:\Documents and Settings\User\Desktop\SA-MP Server\gamemodes\BFGM.pwn(26207) : warning 235: public function lacks forward declaration (symbol "OnPlayerPrivmsg")
C:\Documents and Settings\User\Desktop\SA-MP Server\gamemodes\BFGM.pwn(26243) : warning 203: symbol is never used: "GetPointDistanceToPointExMorph"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.



Re: The godfather With 0.3a - Kar - 18.06.2010

Код:
forward OnPlayerPrivmsg();

#pragma unused GetPointDistanceToPointExMorph



Re: The godfather With 0.3a - DJDhan - 18.06.2010

Код:
forward OnPlayerPrivmsg(playerid, recieverid, text[]);