SA-MP Forums Archive
Gets Errors :( Please Help Fast... - 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: Gets Errors :( Please Help Fast... (/showthread.php?tid=407959)



Gets Errors :( Please Help Fast... - MrSlurpeeHD - 16.01.2013

The Error Code :
http://pastebin.com/rtTywkdn

The Gamemode :
http://pastebin.com/NW1Y7iXX

The Error Code :
Quote:

C:\Users\******\Desktop\Trucking\gamemodes\PPC_Tru cking.pwn(350) : error 025: function heading differs from prototype
C:\Users\******\Desktop\Trucking\gamemodes\PPC_Tru cking.pwn(757) : error 035: argument type mismatch (argument 4)
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


2 Errors.

Can Someone Fix It?
+1 Rep To That Guy As Fix It.


Re: Gets Errors :( Please Help Fast... - wendylorenzo - 16.01.2013

This is not the whole script, please post the whole script.


Re: Gets Errors :( Please Help Fast... - LarzI - 16.01.2013

You had a classid in the parameters - that doesn't belong there.

pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])

Also show us line 835.


Re: Gets Errors :( Please Help Fast... - MrSlurpeeHD - 16.01.2013

Quote:
Originally Posted by LarzI
Посмотреть сообщение
You had a classid in the parameters - that doesn't belong there.

pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])

Also show us line 835.
Haha :P
Then I Get This :
Quote:

C:\Users\Ben Roger\Desktop\Trucking\gamemodes\PPC_Trucking.pwn( 423) : error 017: undefined symbol "classid"
C:\Users\******\Desktop\Trucking\gamemodes\PPC_Tru cking.pwn(436) : error 017: undefined symbol "classid"
C:\Users\******\Desktop\Trucking\gamemodes\PPC_Tru cking.pwn(449) : error 017: undefined symbol "classid"
C:\Users\******\Desktop\Trucking\gamemodes\PPC_Tru cking.pwn(462) : error 017: undefined symbol "classid"
C:\Users\******\Desktop\Trucking\gamemodes\PPC_Tru cking.pwn(475) : error 017: undefined symbol "classid"
C:\Users\******\Desktop\Trucking\gamemodes\PPC_Tru cking.pwn(48 : error 017: undefined symbol "classid"
C:\Users\******\Desktop\Trucking\gamemodes\PPC_Tru cking.pwn(501) : error 017: undefined symbol "classid"
C:\Users\******\Desktop\Trucking\gamemodes\PPC_Tru cking.pwn(514) : error 017: undefined symbol "classid"
C:\Users\******\Desktop\Trucking\gamemodes\PPC_Tru cking.pwn(527) : error 017: undefined symbol "classid"
C:\Users\******\Desktop\Trucking\gamemodes\PPC_Tru cking.pwn(757) : error 035: argument type mismatch (argument 4)

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


10 Errors.




Re: Gets Errors :( Please Help Fast... - MrSlurpeeHD - 16.01.2013

Fixed!