3dtext car ownership
#1

hi guys.


I searched all over the internet.

Someone has a good 3dtext car ownership ?

I try to edit this system car but..it not working well...(see attachament)

someone can edit the system in attachament to working 3dtext

the problem in this filterscript is that add 3dtextlabel on another....

please someone help me ....
Reply
#2

What do you mean with 3Dtext?

Like labels showing the owner etc?
Reply
#3

Quote:
Originally Posted by milanosie
Посмотреть сообщение
What do you mean with 3Dtext?

Like labels showing the owner etc?
yes to write on car the owner name...

i make to write the owner on .car file...but i can't get the name from there...


sorry for bad english..

i spend 2 days but it don't work...
Reply
#4

nobody?
Reply
#5

Well.. just use 3DTextLabels with the strings and data from your car ownership
Reply
#6

Quote:
Originally Posted by milanosie
Посмотреть сообщение
Well.. just use 3DTextLabels with the strings and data from your car ownership
i tried everything....

i posted the car ownership that i have edited....

but when a player exit the 3dtext label get the exit player name and put on that car....

nobody can continue de fs that i posted?
Reply
#7

please someone....nobody can edit what i start ?
Reply
#8

http://pastebin.com/KbXn0ngm

this is my pastebin code...

i continue trying but no work...
Reply
#9

Read my post
I will take a look when im home
Reply
#10

This's an example of it:

pawn Код:
new name[MAX_PLAYER_NAME],string[128];
new Float:vehx, Float:vehy, Float:vehz;
new Text3D:vehowner;
GetPlayerName(playerid,name,sizeof(name));
GetVehiclePos(veh, vehx, vehy, vehz);
format(string, sizeof(string), "%s (%d)'s vehicle.", name, playerid);
vehowner = Create3DTextLabel( string, COLOR, vehx, vehy, vehz, 40.0, 0, 0 );
Attach3DTextLabelToVehicle( vehowner, YOURVEHICLE, 0.0, 0.0, 1.0);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)