warning 202: number of arguments does not match definition
#1

PHP код:
warning 202number of arguments does not match definition 
Код:
public OnGameModeInit ( )
{
    vehicle_id = CreateVehicle(596, 0.0, 0.0, 15.0, 5, 0, 120);
    vehicle3Dtext[ vehicle_id ] = Create3DTextLabel( "Example Text", 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);
    Create3DTextLabel("I'm at the coordinates:\n30.0, 40.0, 50.0", 0x008080FF, 30.0, 40.0, 50.0, 40.0, 0, 0);
    return 1;

}

who can help
Reply


Messages In This Thread
warning 202: number of arguments does not match definition - by Rafaeloo - 29.02.2016, 21:40
Re: warning 202: number of arguments does not match definition - by Runn3R - 29.02.2016, 22:27
Re: warning 202: number of arguments does not match definition - by MicroKyrr - 01.03.2016, 07:51

Forum Jump:


Users browsing this thread: 1 Guest(s)