Vehicle Owner name??
#10

Thanks alot, but getting some errors.

Код:
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 Код:
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
Vehicle Owner name?? - by SomebodyAndMe - 12.12.2011, 18:18
Re: Vehicle Owner name?? - by SomebodyAndMe - 13.12.2011, 05:06
Re: Vehicle Owner name?? - by SomebodyAndMe - 13.12.2011, 13:18
Re: Vehicle Owner name?? - by JamesC - 13.12.2011, 13:38
Re: Vehicle Owner name?? - by SomebodyAndMe - 13.12.2011, 14:06
Re: Vehicle Owner name?? - by SomebodyAndMe - 14.12.2011, 06:43
Re: Vehicle Owner name?? - by suhrab_mujeeb - 14.12.2011, 10:20
Re: Vehicle Owner name?? - by SomebodyAndMe - 18.12.2011, 08:11
Re: Vehicle Owner name?? - by FarSe. - 18.12.2011, 08:33
Re: Vehicle Owner name?? - by SomebodyAndMe - 18.12.2011, 14:34

Forum Jump:


Users browsing this thread: 1 Guest(s)