I need help with license plate
#1

Is there any thing else to add it keep saying
Код:
C:\Documents and Settings\Mitchell\Desktop\save\scripts\samp scripts\delta\gamemodes\delta.pwn(15411) : error 001: expected token: ",", but found "."
C:\Documents and Settings\Mitchell\Desktop\save\scripts\samp scripts\delta\gamemodes\delta.pwn(15411) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Mitchell\Desktop\save\scripts\samp scripts\delta\gamemodes\delta.pwn(15411) : warning 215: expression has no effect
C:\Documents and Settings\Mitchell\Desktop\save\scripts\samp scripts\delta\gamemodes\delta.pwn(15411) : warning 215: expression has no effect
C:\Documents and Settings\Mitchell\Desktop\save\scripts\samp scripts\delta\gamemodes\delta.pwn(15411) : warning 215: expression has no effect
C:\Documents and Settings\Mitchell\Desktop\save\scripts\samp scripts\delta\gamemodes\delta.pwn(15411) : warning 215: expression has no effect
C:\Documents and Settings\Mitchell\Desktop\save\scripts\samp scripts\delta\gamemodes\delta.pwn(15411) : warning 215: expression has no effect
C:\Documents and Settings\Mitchell\Desktop\save\scripts\samp scripts\delta\gamemodes\delta.pwn(15411) : error 001: expected token: ";", but found ")"
C:\Documents and Settings\Mitchell\Desktop\save\scripts\samp scripts\delta\gamemodes\delta.pwn(15411) : fatal error 107: too many error messages on one line
here my plate
Код:
    new vehicle_id, Text3D:vehicle3Dtext;
    vehicle3Dtext = Create3DTextLabel( "LS-1234", 0xFF0000AA, 0.0, 0.0, 0.0, 50.0, 0, 1 );
    vehicle_id = AddStaticVehicleEx( 1, 0.0. 0.0, 15.0, 5, 0, 120 );
    Attach3DTextLabelToVehicle( vehicle3Dtext, vehicle_id, 0.0, 0.0, 2.0);
keep saying vehicle_id = AddStaticVehicleEx( 1, 0.0. 0.0, 15.0, 5, 0, 120 ); not right
Reply


Messages In This Thread
I need help with license plate - by gupey1984 - 22.07.2010, 03:07
Re: I need help with license plate - by Steven82 - 22.07.2010, 03:32
Re: I need help with license plate - by gupey1984 - 22.07.2010, 03:39
Re: I need help with license plate - by Steven82 - 22.07.2010, 03:59
Re: I need help with license plate - by (SF)Noobanatior - 22.07.2010, 06:13
Re: I need help with license plate - by John_F - 22.07.2010, 06:16
Re: I need help with license plate - by (SF)Noobanatior - 22.07.2010, 06:22
Re: I need help with license plate - by Steven82 - 22.07.2010, 07:55

Forum Jump:


Users browsing this thread: 1 Guest(s)