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
#2

Hey mitchell, the thing is use the complete AddStaticVehicleEx, which would mean, including the vehicle model colors,etc Msn me if you need more help buddy
Reply
#3

I need you msn name
Reply
#4

I think we got it fixed now, lets hope for the best
Reply
#5

vehicle_id = AddStaticVehicleEx( 1, 0.0, 0.0, 15.0, 5, 0, 120 );

use this line
Reply
#6

Umm, thats the line he currently has...
Reply
#7

no its not mine has a , not a .
Reply
#8

I fixed it, the only problem he has now is changing the ownership vehicles
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)