Error in script (rep+)
#1

I have asked some help with this function, but now it gives me the following error.

Can anyone help me?

Code:
C:\Users\Barbara\Desktop\SAMP Kevin\hoi\pawno\include\PPC_Housing.inc(292) : error 029: invalid expression, assumed zero
C:\Users\Barbara\Desktop\SAMP Kevin\hoi\pawno\include\PPC_Housing.inc(292) : warning 215: expression has no effect
C:\Users\Barbara\Desktop\SAMP Kevin\hoi\pawno\include\PPC_Housing.inc(292) : error 001: expected token: ";", but found ")"
C:\Users\Barbara\Desktop\SAMP Kevin\hoi\pawno\include\PPC_Housing.inc(292) : error 029: invalid expression, assumed zero
C:\Users\Barbara\Desktop\SAMP Kevin\hoi\pawno\include\PPC_Housing.inc(292) : fatal error 107: too many error messages on one line

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


4 Errors.
The script with line 292:
pawn Code:
if(_:AVehicleData[vid][ZaText] != 0)Delete3DTextLabel(AVehicleData[vid][ZaText]);
    vid = House_AddVehicle(HouseID, cModel, cPaint, cComponents, Float:cx, Float:cy, Float:cz, Float:crot, Col1, Col2);///reference this line
    new string[50];format(string, 50, "Owner:{77FF00}%s",AVehicleData[vid][Owner]);
    AVehicleData[vid][ZaText] = Create3DTextLabel(string,0xFF0000FF,cx,cy,cz,40,1);
    Attach3DTextLabelToVehicle(AVehicleData[vid][ZaText],vid,0.0,0.0,+0.4); //line 292
Reply


Messages In This Thread
Error in script (rep+) - by SomebodyAndMe - 19.12.2011, 05:14
Re: Error in script (rep+) - by Steven82 - 19.12.2011, 05:21
Re: Error in script (rep+) - by xxmitsu - 19.12.2011, 05:22
Re: Error in script (rep+) - by SomebodyAndMe - 19.12.2011, 05:31
Re: Error in script (rep+) - by xxmitsu - 19.12.2011, 05:36
Re: Error in script (rep+) - by SomebodyAndMe - 19.12.2011, 05:39
Re: Error in script (rep+) - by SomebodyAndMe - 19.12.2011, 05:46
Re: Error in script (rep+) - by xxmitsu - 19.12.2011, 05:57
Re: Error in script (rep+) - by [MG]Dimi - 19.12.2011, 05:58
Re: Error in script (rep+) - by SomebodyAndMe - 19.12.2011, 06:37

Forum Jump:


Users browsing this thread: 1 Guest(s)