Compile Error - 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: Compile Error (
/showthread.php?tid=179485)
Compile Error -
emer720 - 27.09.2010
C:\Users\Brad\Desktop\VortexRoleplay.pwn(20) : fatal error 100: cannot read from file: "streamer"
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Why is this doing this? HOw do i get the "Streamer.inc" file to put in includes?
Re: Compile Error -
[HiC]TheKiller - 27.09.2010
Download the include "streamer" and place it into this directory
YOUR SERVER DIRECTORY - PAWNO - INCLUDES
Re: Compile Error -
mrmuffins - 27.09.2010
Quote:
HOw do i get the "Streamer.inc" file to put in includes?
|
Move/Copy the file into includes in /pawno/include/ ?
Edit: ^^ too.
Re: Compile Error -
Stefan_Toretto - 27.09.2010
I've got a problem and i can't start another thread ...
Код:
36 if (strcmp("/detach", cmdtext, true, 10) == 0)
37 {
38 new vehicleid[24];
39 GetVehicleName(vehicleid, vehicleid, sizeof(vehicleid));
40 if(IsTrailerAttachedToVehicle(vehicleid))
41 {
42 DetachTrailerFromVehicle(vehicleid);
43 }
44 else
45 {
46 SendClientMessage(playerid,0xFFFFFFFF, "dasf");
47 }
48 return 1;
49 }
Код:
C:\Documents and Settings\Elev\My Documents\sau\pawno\detach.pwn(39) : error 017: undefined symbol "GetVehicleName"
C:\Documents and Settings\Elev\My Documents\sau\pawno\detach.pwn(39) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Elev\My Documents\sau\pawno\detach.pwn(40) : error 035: argument type mismatch (argument 1)
C:\Documents and Settings\Elev\My Documents\sau\pawno\detach.pwn(42) : error 035: argument type mismatch (argument 1)
Re: Compile Error -
Stefan_Toretto - 27.09.2010
I've solved my problem...