[POMOC] Ne vidi mi se 3D text

Započeo TheMonk
10. Apr. 2011.
871
pregleda
5
postova
adam
5
Kingpin
10. Apr. 2011.
Skripta koju koristim: GTARP Default
Detaljan opis problema: Dodao sam 3D text na 4 vozila,i kad sam usao na server nema ih.
Deo skripte:

Na vrh skripte:
new Text3D:autoskola;
new autosk;


U OnGameModeInit:
autoskola = Create3DTextLabel("[-> AUTO-SKOLA <-]",0x008080FF, 0.0, 0.0, 0.0, 50.0, 0, 1 );
Attach3DTextLabelToVehicle(autoskola, autosk, 0.0, 0.0, 2.0);


Vozila:
autosk = AddStaticVehicleEx(405,2052.5889,-1903.9319,13.4218,180.9040,44,44,30000);
autosk = AddStaticVehicleEx(405,2055.9761,-1903.8756,13.4219,179.6732,44,44,30000);
autosk = AddStaticVehicleEx(405,2059.1111,-1903.9015,13.4219,180.2001,44,44,30000);
autosk = AddStaticVehicleEx(405,2062.3347,-1903.9109,13.4219,179.3091,44,44,30000);


*Radio sam po tutuorialu sa SaMp Wiki stranice
FlasHica
5
Kingpin
10. Apr. 2011.
Jesi siguran da sva 4 vozila mogu bit autosk  ??
adam
5
Kingpin
10. Apr. 2011.
Probao sam sad ovako i nece:
new Text3D:autoskola;
new autosk1;
new autosk2;
new autosk3;
new autosk4;

autoskola = Create3DTextLabel("[-> AUTO-SKOLA <-]",0x008080FF, 0.0, 0.0, 0.0, 50.0, 0, 1 );
Attach3DTextLabelToVehicle(autoskola, autosk1, 0.0, 0.0, 2.0);
Attach3DTextLabelToVehicle(autoskola, autosk2, 0.0, 0.0, 2.0);
Attach3DTextLabelToVehicle(autoskola, autosk3, 0.0, 0.0, 2.0);
Attach3DTextLabelToVehicle(autoskola, autosk4, 0.0, 0.0, 2.0);

autosk1 = AddStaticVehicleEx(405,2052.5889,-1903.9319,13.4218,180.9040,44,44,30000);
autosk2 = AddStaticVehicleEx(405,2055.9761,-1903.8756,13.4219,179.6732,44,44,30000);
autosk3 = AddStaticVehicleEx(405,2059.1111,-1903.9015,13.4219,180.2001,44,44,30000);
autosk4 = AddStaticVehicleEx(405,2062.3347,-1903.9109,13.4219,179.3091,44,44,30000);
eldar001
5
Underboss
10. Apr. 2011.
Moras za svako poseban TextLabel
adam
5
Kingpin
10. Apr. 2011.
elDar. wrote on April 10, 2011, 7:10 pm:
Moras za svako poseban TextLabel

Eo uradio sam i tako,ali i dalje ne pokazuje,ne razumem u cemu je problem 😳

Morate biti prijavljeni da biste odgovorili na ovu temu.

Prijava

© 2026 SmartShark. All rights reserved.

Powered by Momentum|v2026.3.001 Alpha