SA-MP Forums Archive
Problem on compile - 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: Problem on compile (/showthread.php?tid=248632)



Problem on compile - Salsa - 15.04.2011

Quote:

C:\Documents and Settings\Admin\Desktop\CopsRobbers1\gamemodes\mygm .pwn(10) : fatal error 100: cannot read from file: "irc"

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.

HELP HELP HELP AND HELP


Re: Problem on compile - ronnie3148 - 15.04.2011

Quote:
Originally Posted by Salsa
Посмотреть сообщение
HELP HELP HELP AND HELP
look on the top of your file for #include <irc>
and delete that line or find the include irc file, if you even need it...


Re: Problem on compile - xRyder - 15.04.2011

Oh, c'mon dude!
Did you even search for that error? I think there are 1000+ topics about that...
Just search FFS! -.-"


Re: Problem on compile - Jake__ - 15.04.2011

You need to place the plugin "irc" (Should of came with your game mode, or you should be able to find it with the search feature) in /pawno/includes (Assuming that plugin is even doing anything for you).


Re: Problem on compile - Salsa - 15.04.2011

when i remove #include <irc>

Quote:

C:\Documents and Settings\Admin\Desktop\CopsRobbers1\gamemodes\mygm .pwn(1142) : error 017: undefined symbol "SetPVarFloat"
C:\Documents and Settings\Admin\Desktop\CopsRobbers1\gamemodes\mygm .pwn(1143) : error 017: undefined symbol "SetPVarFloat"
C:\Documents and Settings\Admin\Desktop\CopsRobbers1\gamemodes\mygm .pwn(1144) : error 017: undefined symbol "SetPVarFloat"
C:\Documents and Settings\Admin\Desktop\CopsRobbers1\gamemodes\mygm .pwn(1156) : error 017: undefined symbol "GetPVarFloat"
C:\Documents and Settings\Admin\Desktop\CopsRobbers1\gamemodes\mygm .pwn(3251) : error 017: undefined symbol "SetPVarInt"
C:\Documents and Settings\Admin\Desktop\CopsRobbers1\gamemodes\mygm .pwn(3252) : error 017: undefined symbol "SetPVarInt"
C:\Documents and Settings\Admin\Desktop\CopsRobbers1\gamemodes\mygm .pwn(3253) : error 017: undefined symbol "SetPVarInt"
C:\Documents and Settings\Admin\Desktop\CopsRobbers1\gamemodes\mygm .pwn(3254) : error 017: undefined symbol "AttachObjectToVehicle"
C:\Documents and Settings\Admin\Desktop\CopsRobbers1\gamemodes\mygm .pwn(3255) : error 017: undefined symbol "AttachObjectToVehicle"
C:\Documents and Settings\Admin\Desktop\CopsRobbers1\gamemodes\mygm .pwn(3260) : error 017: undefined symbol "SetPVarInt"
C:\Documents and Settings\Admin\Desktop\CopsRobbers1\gamemodes\mygm .pwn(3261) : error 017: undefined symbol "SetPVarInt"
C:\Documents and Settings\Admin\Desktop\CopsRobbers1\gamemodes\mygm .pwn(3262) : error 017: undefined symbol "SetPVarInt"
C:\Documents and Settings\Admin\Desktop\CopsRobbers1\gamemodes\mygm .pwn(3263) : error 017: undefined symbol "AttachObjectToVehicle"
C:\Documents and Settings\Admin\Desktop\CopsRobbers1\gamemodes\mygm .pwn(3264) : error 017: undefined symbol "AttachObjectToVehicle"
C:\Documents and Settings\Admin\Desktop\CopsRobbers1\gamemodes\mygm .pwn(3269) : error 017: undefined symbol "SetPVarInt"
C:\Documents and Settings\Admin\Desktop\CopsRobbers1\gamemodes\mygm .pwn(3270) : error 017: undefined symbol "SetPVarInt"
C:\Documents and Settings\Admin\Desktop\CopsRobbers1\gamemodes\mygm .pwn(3271) : error 017: undefined symbol "SetPVarInt"
C:\Documents and Settings\Admin\Desktop\CopsRobbers1\gamemodes\mygm .pwn(3272) : error 017: undefined symbol "AttachObjectToVehicle"
C:\Documents and Settings\Admin\Desktop\CopsRobbers1\gamemodes\mygm .pwn(3273) : error 017: undefined symbol "AttachObjectToVehicle"
C:\Documents and Settings\Admin\Desktop\CopsRobbers1\gamemodes\mygm .pwn(327 : error 017: undefined symbol "SetPVarInt"
C:\Documents and Settings\Admin\Desktop\CopsRobbers1\gamemodes\mygm .pwn(3279) : error 017: undefined symbol "SetPVarInt"
C:\Documents and Settings\Admin\Desktop\CopsRobbers1\gamemodes\mygm .pwn(3280) : error 017: undefined symbol "SetPVarInt"
C:\Documents and Settings\Admin\Desktop\CopsRobbers1\gamemodes\mygm .pwn(3281) : error 017: undefined symbol "AttachObjectToVehicle"
C:\Documents and Settings\Admin\Desktop\CopsRobbers1\gamemodes\mygm .pwn(3282) : error 017: undefined symbol "AttachObjectToVehicle"
C:\Documents and Settings\Admin\Desktop\CopsRobbers1\gamemodes\mygm .pwn(3287) : error 017: undefined symbol "SetPVarInt"
C:\Documents and Settings\Admin\Desktop\CopsRobbers1\gamemodes\mygm .pwn(328 : error 017: undefined symbol "SetPVarInt"

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


26 Errors.




Re: Problem on compile - Jake__ - 15.04.2011

Quote:
Originally Posted by Salsa
Посмотреть сообщение
when i remove #include <streamer>
Why would you remove the streamer plugin? You're getting an error with "irc"?
// #include < irc >
// Irc's functions here?


Re: Problem on compile - Salsa - 15.04.2011

Sorry Look Up again


Re: Problem on compile - Jake__ - 15.04.2011

May I see line 1142 and line 3251 through 3255?


Re: Problem on compile - Salsa - 15.04.2011

now what can i do


Re: Problem on compile - ronnie3148 - 15.04.2011

You need to update yours plugins your using a prior version thats why it can't find attachplayertovehicle.