22.07.2010, 03:07
Is there any thing else to add it keep saying
here my plate
keep saying vehicle_id = AddStaticVehicleEx( 1, 0.0. 0.0, 15.0, 5, 0, 120 ); not right
Код:
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
Код:
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);