SA-MP Forums Archive
[HELP] GM SCRIPTING HELP! - 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: [HELP] GM SCRIPTING HELP! (/showthread.php?tid=140690)



[HELP] GM SCRIPTING HELP! - riceboi1230 - 10.04.2010

THIS IS THE ERROR THAT COMES UP... CAN SOMEONE TELL ME HOW TO FIX IT BELOW?:

Код:
C:\DOCUME~1\EDWARD~4.EDW\Desktop\GTASAN~2\GAMEMO~1\RICEBO~1.PWN(37) : warning 217: loose indentation
C:\DOCUME~1\EDWARD~4.EDW\Desktop\GTASAN~2\GAMEMO~1\RICEBO~1.PWN(38) : warning 217: loose indentation
C:\DOCUME~1\EDWARD~4.EDW\Desktop\GTASAN~2\GAMEMO~1\RICEBO~1.PWN(547) : error 025: function heading differs from prototype
C:\DOCUME~1\EDWARD~4.EDW\Desktop\GTASAN~2\GAMEMO~1\RICEBO~1.PWN(552) : error 025: function heading differs from prototype
C:\DOCUME~1\EDWARD~4.EDW\Desktop\GTASAN~2\GAMEMO~1\RICEBO~1.PWN(557) : error 025: function heading differs from prototype
C:\DOCUME~1\EDWARD~4.EDW\Desktop\GTASAN~2\GAMEMO~1\RICEBO~1.PWN(582) : warning 235: public function lacks forward declaration (symbol "OnRconLoginAttempt")
C:\DOCUME~1\EDWARD~4.EDW\Desktop\GTASAN~2\GAMEMO~1\RICEBO~1.PWN(587) : warning 235: public function lacks forward declaration (symbol "OnPlayerUpdate")
C:\DOCUME~1\EDWARD~4.EDW\Desktop\GTASAN~2\GAMEMO~1\RICEBO~1.PWN(592) : warning 235: public function lacks forward declaration (symbol "OnPlayerStreamIn")
C:\DOCUME~1\EDWARD~4.EDW\Desktop\GTASAN~2\GAMEMO~1\RICEBO~1.PWN(597) : warning 235: public function lacks forward declaration (symbol "OnPlayerStreamOut")
C:\DOCUME~1\EDWARD~4.EDW\Desktop\GTASAN~2\GAMEMO~1\RICEBO~1.PWN(602) : warning 235: public function lacks forward declaration (symbol "OnVehicleStreamIn")
C:\DOCUME~1\EDWARD~4.EDW\Desktop\GTASAN~2\GAMEMO~1\RICEBO~1.PWN(607) : warning 235: public function lacks forward declaration (symbol "OnVehicleStreamOut")
C:\DOCUME~1\EDWARD~4.EDW\Desktop\GTASAN~2\GAMEMO~1\RICEBO~1.PWN(612) : warning 235: public function lacks forward declaration (symbol "OnDialogResponse")
C:\DOCUME~1\EDWARD~4.EDW\Desktop\GTASAN~2\GAMEMO~1\RICEBO~1.PWN(617) : warning 235: public function lacks forward declaration (symbol "OnPlayerClickPlayer")
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


3 Errors.



Re: [HELP] GM SCRIPTING HELP! - [HiC]TheKiller - 10.04.2010

Download the latest 0.3 includes from http://sa-mp.com/download.php


Re: [HELP] GM SCRIPTING HELP! - riceboi1230 - 10.04.2010

Quote:
Originally Posted by [HiC
TheKiller ]
Download the latest 0.3 includes from http://sa-mp.com/download.php
i do have 0.3


Re: [HELP] GM SCRIPTING HELP! - [HiC]TheKiller - 10.04.2010

Quote:
Originally Posted by riceboi1230
Quote:
Originally Posted by [HiC
TheKiller ]
Download the latest 0.3 includes from http://sa-mp.com/download.php
i do have 0.3
Make sure you are using the Pawno in the 0.3 server download.


Re: [HELP] GM SCRIPTING HELP! - Micko9 - 10.04.2010

Quote:
Originally Posted by riceboi1230
THIS IS THE ERROR THAT COMES UP... CAN SOMEONE TELL ME HOW TO FIX IT BELOW?:

Код:
C:\DOCUME~1\EDWARD~4.EDW\Desktop\GTASAN~2\GAMEMO~1\RICEBO~1.PWN(37) : warning 217: loose indentation
C:\DOCUME~1\EDWARD~4.EDW\Desktop\GTASAN~2\GAMEMO~1\RICEBO~1.PWN(38) : warning 217: loose indentation
C:\DOCUME~1\EDWARD~4.EDW\Desktop\GTASAN~2\GAMEMO~1\RICEBO~1.PWN(547) : error 025: function heading differs from prototype
C:\DOCUME~1\EDWARD~4.EDW\Desktop\GTASAN~2\GAMEMO~1\RICEBO~1.PWN(552) : error 025: function heading differs from prototype
C:\DOCUME~1\EDWARD~4.EDW\Desktop\GTASAN~2\GAMEMO~1\RICEBO~1.PWN(557) : error 025: function heading differs from prototype
C:\DOCUME~1\EDWARD~4.EDW\Desktop\GTASAN~2\GAMEMO~1\RICEBO~1.PWN(582) : warning 235: public function lacks forward declaration (symbol "OnRconLoginAttempt")
C:\DOCUME~1\EDWARD~4.EDW\Desktop\GTASAN~2\GAMEMO~1\RICEBO~1.PWN(587) : warning 235: public function lacks forward declaration (symbol "OnPlayerUpdate")
C:\DOCUME~1\EDWARD~4.EDW\Desktop\GTASAN~2\GAMEMO~1\RICEBO~1.PWN(592) : warning 235: public function lacks forward declaration (symbol "OnPlayerStreamIn")
C:\DOCUME~1\EDWARD~4.EDW\Desktop\GTASAN~2\GAMEMO~1\RICEBO~1.PWN(597) : warning 235: public function lacks forward declaration (symbol "OnPlayerStreamOut")
C:\DOCUME~1\EDWARD~4.EDW\Desktop\GTASAN~2\GAMEMO~1\RICEBO~1.PWN(602) : warning 235: public function lacks forward declaration (symbol "OnVehicleStreamIn")
C:\DOCUME~1\EDWARD~4.EDW\Desktop\GTASAN~2\GAMEMO~1\RICEBO~1.PWN(607) : warning 235: public function lacks forward declaration (symbol "OnVehicleStreamOut")
C:\DOCUME~1\EDWARD~4.EDW\Desktop\GTASAN~2\GAMEMO~1\RICEBO~1.PWN(612) : warning 235: public function lacks forward declaration (symbol "OnDialogResponse")
C:\DOCUME~1\EDWARD~4.EDW\Desktop\GTASAN~2\GAMEMO~1\RICEBO~1.PWN(617) : warning 235: public function lacks forward declaration (symbol "OnPlayerClickPlayer")
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


3 Errors.
show us the lines of errors