POMOC Puno errora


Započeo ante2307, Maj 13, 2016, 19:10:29 POSLE PODNE

prethodna tema - sledeća tema

0 članova i 1 gost pregledaju ovu temu.

Gle sad mi ovo nevalja prije je bilo "CRVENA" promjenio u "SVETLOPLAVA" izbacuje errore
askolavozila3d[0][askolavozila[0]] = Create3DTextLabel(""SVETLOPLAVA"[ Auto Skola ]", 0xFF9500AA, 0.0, 0.0, 0.0, 10.0, 0, 1);

askolavozila3d[0][askolavozila[0]] = Create3DTextLabel(""SVETLOPLAVA"[ Auto Skola ]", 0xFF9500AA, 0.0, 0.0, 0.0, 10.0, 0, 1);

askolavozila3d[0][askolavozila[0] = Create3DTextLabel(""SVETLOPLAVA"[ Auto Skola ]", -1, 0, 0, 0, 40.0, 0, 0);
heroin rap - Moskri u kuci, od sledece lajne glava ce mi puci

Citat: ophion poslato Maj 14, 2016, 15:49:18 POSLE PODNE
askolavozila3d[0][askolavozila[0]] = Create3DTextLabel(""SVETLOPLAVA"[ Auto Skola ]", 0xFF9500AA, 0.0, 0.0, 0.0, 10.0, 0, 1);

askolavozila3d[0][askolavozila[0] = Create3DTextLabel(""SVETLOPLAVA"[ Auto Skola ]", -1, 0, 0, 0, 40.0, 0, 0);
Nece

Jel ti to hoves na auto ili?
heroin rap - Moskri u kuci, od sledece lajne glava ce mi puci

new Text3D:vehicle3Dtext[MAX_VEHICLES],vehicle_id;
// Creating the TextLabel for later use
 
public OnGameModeInit ( )
{
    vehicle_id = CreateVehicle( 510, 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);
}
public OnGameModeExit ( )
{
    Delete3DTextLabel( vehicle3Dtext[ vehicle_id ] );
    return true;
}
koristi ovu funkciju,ovo ja nisam pisao ovo je sa wiki..
heroin rap - Moskri u kuci, od sledece lajne glava ce mi puci