SA-MP Forums Archive
I need help with license plate - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: I need help with license plate (/showthread.php?tid=162054)



I need help with license plate - gupey1984 - 22.07.2010

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


Re: I need help with license plate - Steven82 - 22.07.2010

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


Re: I need help with license plate - gupey1984 - 22.07.2010

I need you msn name


Re: I need help with license plate - Steven82 - 22.07.2010

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


Re: I need help with license plate - (SF)Noobanatior - 22.07.2010

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

use this line


Re: I need help with license plate - John_F - 22.07.2010

Umm, thats the line he currently has...


Re: I need help with license plate - (SF)Noobanatior - 22.07.2010

no its not mine has a , not a .


Re: I need help with license plate - Steven82 - 22.07.2010

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