Compile Error
#1

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?
Reply
#2

Download the include "streamer" and place it into this directory

YOUR SERVER DIRECTORY - PAWNO - INCLUDES
Reply
#3

Quote:

HOw do i get the "Streamer.inc" file to put in includes?

Move/Copy the file into includes in /pawno/include/ ?

Edit: ^^ too.
Reply
#4

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)
Reply
#5

I've solved my problem...
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)