Balkan SA:MP

PAWN skriptanje, gamemodovi, filterskripte, include fajlovi, mape, pluginovi => Razgovor u vezi PAWN - skriptanja => Temu započeo: Kopra poslato Mart 07, 2012, 17:26:05 POSLE PODNE

Naslov: [POMOC]3d text iznad glave
Poruka od: Kopra poslato Mart 07, 2012, 17:26:05 POSLE PODNE
Skripta koju koristim:FactionGame(Moj Edit)
Detaljan opis problema:Imam problem sa 3d textovima iznad glave za admine,sve se lepo prikazuje ali stoje 1 metar iznad glave !!
Dio skripte : new Text3D:a14text;
new Text3D:a1337text;
new Text3D:a1338text;
new Text3D:a1339text;
new Text3D:a1340text;

a14text = Create3DTextLabel("[ADMIN]",COLOR_BLACK,0,0,0,100,0,1);
a1337text = Create3DTextLabel("[HEAD ADMIN]",COLOR_BLACK,0,0,0,100,0,1);
a1338text = Create3DTextLabel("[SKRIPTER]",COLOR_BLACK,0,0,0,100,0,1);
a1339text = Create3DTextLabel("[SUVLASNIK]",COLOR_BLACK,0,0,0,100,0,1);
a1340text = Create3DTextLabel("[VLASNIK]",COLOR_BLACK,0,0,0,100,0,1);
Naslov: Odg: [POMOC]3d text iznad glave
Poruka od: Kopra poslato Mart 07, 2012, 17:33:09 POSLE PODNE
Citat: Legionar poslato Mart 07, 2012, 17:28:18 POSLE PODNE
Na kraju gde ti pise 0,1 stavi 0,0

Hvala :)