Server problem :(
#1

Gives this :


C:\Users\Mossaab\Desktop\SERVER SAMP\gamemodes\GM.pwn(296) : error 025: function heading differs from prototype
C:\Users\Mossaab\Desktop\SERVER SAMP\gamemodes\GM.pwn(301) : error 025: function heading differs from prototype
C:\Users\Mossaab\Desktop\SERVER SAMP\gamemodes\GM.pwn(306) : error 025: function heading differs from prototype
C:\Users\Mossaab\Desktop\SERVER SAMP\gamemodes\GM.pwn(331) : warning 235: public function lacks forward declaration (symbol "OnRconLoginAttempt")
C:\Users\Mossaab\Desktop\SERVER SAMP\gamemodes\GM.pwn(336) : warning 235: public function lacks forward declaration (symbol "OnPlayerUpdate")
C:\Users\Mossaab\Desktop\SERVER SAMP\gamemodes\GM.pwn(341) : warning 235: public function lacks forward declaration (symbol "OnPlayerStreamIn")
C:\Users\Mossaab\Desktop\SERVER SAMP\gamemodes\GM.pwn(346) : warning 235: public function lacks forward declaration (symbol "OnPlayerStreamOut")
C:\Users\Mossaab\Desktop\SERVER SAMP\gamemodes\GM.pwn(351) : warning 235: public function lacks forward declaration (symbol "OnVehicleStreamIn")
C:\Users\Mossaab\Desktop\SERVER SAMP\gamemodes\GM.pwn(356) : warning 235: public function lacks forward declaration (symbol "OnVehicleStreamOut")
C:\Users\Mossaab\Desktop\SERVER SAMP\gamemodes\GM.pwn(361) : warning 235: public function lacks forward declaration (symbol "OnDialogResponse")
C:\Users\Mossaab\Desktop\SERVER SAMP\gamemodes\GM.pwn(366) : warning 235: public function lacks forward declaration (symbol "OnPlayerClickPlayer")
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


3 Errors.





Gamemode Link :
http://pastebin.com/6QJ5jXYK
Reply
#2

If Your Not Going To Use Those Three Functions,
Trying Putting // In Front of Them, Like

pawn Код:
//public OnVehicleMod(playerid, vehicleid, componentid)

//{
//    return 1;
//}
and Put That Under The Ones You Get Error's
OR Trying Updating Your Server with The New Samp 0.3a Includes.

Hope That Helps.
Reply
#3

Thanks man !
Reply
#4

Quote:
Originally Posted by Momox
Thanks man !
No Problem
Reply
#5

I got this on a VIP script I made using Luxadmin include



I get this error :

C:\Users\Mossaab\Desktop\SERVER SAMP\filterscripts\VIP.pwn(175) : error 025: function heading differs from prototype
C:\Users\Mossaab\Desktop\SERVER SAMP\filterscripts\VIP.pwn(180) : error 025: function heading differs from prototype
C:\Users\Mossaab\Desktop\SERVER SAMP\filterscripts\VIP.pwn(185) : error 025: function heading differs from prototype
C:\Users\Mossaab\Desktop\SERVER SAMP\filterscripts\VIP.pwn(210) : warning 235: public function lacks forward declaration (symbol "OnRconLoginAttempt")
C:\Users\Mossaab\Desktop\SERVER SAMP\filterscripts\VIP.pwn(215) : warning 235: public function lacks forward declaration (symbol "OnPlayerUpdate")
C:\Users\Mossaab\Desktop\SERVER SAMP\filterscripts\VIP.pwn(220) : warning 235: public function lacks forward declaration (symbol "OnPlayerStreamIn")
C:\Users\Mossaab\Desktop\SERVER SAMP\filterscripts\VIP.pwn(225) : warning 235: public function lacks forward declaration (symbol "OnPlayerStreamOut")
C:\Users\Mossaab\Desktop\SERVER SAMP\filterscripts\VIP.pwn(230) : warning 235: public function lacks forward declaration (symbol "OnVehicleStreamIn")
C:\Users\Mossaab\Desktop\SERVER SAMP\filterscripts\VIP.pwn(235) : warning 235: public function lacks forward declaration (symbol "OnVehicleStreamOut")
C:\Users\Mossaab\Desktop\SERVER SAMP\filterscripts\VIP.pwn(240) : warning 235: public function lacks forward declaration (symbol "OnDialogResponse")
C:\Users\Mossaab\Desktop\SERVER SAMP\filterscripts\VIP.pwn(245) : warning 235: public function lacks forward declaration (symbol "OnPlayerClickPlayer")
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


3 Errors.
FS: http://pastebin.com/M6wLit53



Thank you !
Reply
#6

download latest server package for windows, and use that pawno in there, beacuse you have old includes
Reply
#7

I have the latest ... ?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)