Hmm, errors.
#1

Here is the error:

Код:
C:\Documents and Settings\Callum\Desktop\bank.pwn(10) : error 037: invalid string (possibly non-terminated string)
C:\Documents and Settings\Callum\Desktop\bank.pwn(10) : warning 215: expression has no effect
C:\Documents and Settings\Callum\Desktop\bank.pwn(10) : warning 215: expression has no effect
C:\Documents and Settings\Callum\Desktop\bank.pwn(10) : warning 215: expression has no effect
C:\Documents and Settings\Callum\Desktop\bank.pwn(10) : warning 215: expression has no effect
C:\Documents and Settings\Callum\Desktop\bank.pwn(10) : warning 215: expression has no effect
C:\Documents and Settings\Callum\Desktop\bank.pwn(10) : warning 215: expression has no effect
C:\Documents and Settings\Callum\Desktop\bank.pwn(10) : warning 215: expression has no effect
C:\Documents and Settings\Callum\Desktop\bank.pwn(10) : error 001: expected token: ";", but found ")"
C:\Documents and Settings\Callum\Desktop\bank.pwn(10) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Callum\Desktop\bank.pwn(10) : fatal error 107: too many error messages on one line

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


4 Errors.
Here is the script:

Код:
#define FILTERSCRIPT

#include <a_samp>

#if defined FILTERSCRIPT

public OnFilterScriptInit()
{
Create3DTextLabel("/getin",0x03B8FCFF,627.281127, -571.795166, 17.914501,10,0);
Create3DTextLabel("/policeonly\",0x03B8FCFF,246.575775, 71.704635, 1003.640625,10,0);
Create3DTextLabel("/getout",0x03B8FCFF,246.674545, 62.803779, 1003.640625,5,0);
Create3DTextLabel("/getin",0x03B8FCFF,691.182556, -546.797729, 16.335937,10,0);
Create3DTextLabel("/getout",0x03B8FCFF,-30.943420, -92.007476, 1003.546875,5,0);
Create3DTextLabel("/getin",0x03B8FCFF,681.555480, -473.355346, 16.536296,10,0);
Create3DTextLabel("/getout",0x03B8FCFF,493.441558, -24.893135, 1000.671875,5,0);
Create3DTextLabel("/goin",0x03B8FCFF,2464.802978, -39.446712, 27.562500,10,0);
Create3DTextLabel("/goout",0x03B8FCFF,1415.651855, -989.232177, 1639.784301,10,0);
Please can you help?
Reply
#2

which lines is line 10...And you did return the callback right?
Reply
#3

Hi again lol. #include <a_samp> should be at the VERY TOP of your script. Re-compile and tell me how it goes.
Reply
#4

Quote:
Originally Posted by YungGee
Посмотреть сообщение
which lines is line 10...And you did return the callback right?
It is the second one, and if you mean:

Код:
{
	return 1;
}
then yes.
Reply
#5

change

Create3DTextLabel("/policeonly\",0x03B8FCFF,246.575775, 71.704635, 1003.640625,10,0);

to

Create3DTextLabel("/policeonly",0x03B8FCFF,246.575775, 71.704635, 1003.640625,10,0);

i guess..Try it
Reply
#6

Quote:
Originally Posted by YungGee
Посмотреть сообщение
change

Create3DTextLabel("/policeonly\",0x03B8FCFF,246.575775, 71.704635, 1003.640625,10,0);

to

Create3DTextLabel("/policeonly",0x03B8FCFF,246.575775, 71.704635, 1003.640625,10,0);

i guess..Try it
I LOVE YOU! xD, thanks bro!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)