23.10.2015, 18:54
Quote:
error 001: expected token: ",", but found "." C:\Documents and Settings\Administrator\Desktop\egrp.pwn(49990) : error 029: invalid expression, assumed zero C:\Documents and Settings\Administrator\Desktop\egrp.pwn(49990) : warning 215: expression has no effect C:\Documents and Settings\Administrator\Desktop\egrp.pwn(49990) : warning 215: expression has no effect C:\Documents and Settings\Administrator\Desktop\egrp.pwn(49990) : warning 215: expression has no effect C:\Documents and Settings\Administrator\Desktop\egrp.pwn(49990) : warning 215: expression has no effect C:\Documents and Settings\Administrator\Desktop\egrp.pwn(49990) : warning 215: expression has no effect C:\Documents and Settings\Administrator\Desktop\egrp.pwn(49990) : error 001: expected token: ";", but found ")" C:\Documents and Settings\Administrator\Desktop\egrp.pwn(49990) : fatal error 107: too many error messages on one line |
Quote:
new Text3D:vehicle3Dtext[MAX_VEHICLES],vehicle_id; vehicle_id = CreateVehicle( 596, 0.0. 0.0, 15.0, 5, 0, 120 ); vehicle3Dtext[ vehicle_id ] = Create3DTextLabel( "LSPD CAR", 0xFF0000AA, 0.0, 0.0, 0.0, 50.0, 0, 1 ); //Creating the Vehicle //Attaching Text Label To Vehicle Attach3DTextLabelToVehicle( vehicle3Dtext[ vehicle_id ] , vehicle_id, 0.0, 0.0, 2.0); } |
so many arrors :;/