[PEDIDO] simples
#6

Exemplo:

pawn Код:
new playrname[MAX_PLAYER_NAME];
    new carid;
    carid = GetPlayerVehicleID(playerid);
    carid = CreateVehicle(520,X,Y,Z,0.0,-1,-1,9000000);
     new Text3D:vehicle3Dtext;
    new string[35];
GetPlayerName(playerid, playrname, sizeof(playrname));
    format(string, sizeof(string), "Carro do %s.", playrname);
    vehicle3Dtext = Create3DTextLabel( "string", 0xB4B5B7FF, 30.0,40.0,50.0,40.0,0);
    Attach3DTextLabelToVehicle(vehicle3Dtext, carid, 0.0,-0.0,0.5);
Aqui compilou, nгo sei se funciona, isso й um exemplo de um comando de criar carro, adapte ao seu sistema de carros ou algo do tipo. Tentei

@esqueci do getplayername ''-''
Reply


Messages In This Thread
[PEDIDO] simples - by histire - 28.08.2011, 14:18
Re: [PEDIDO] simples - by Skoll - 28.08.2011, 14:24
Re: [PEDIDO] simples - by histire - 28.08.2011, 14:26
Re: [PEDIDO] simples - by Skoll - 28.08.2011, 14:29
Re: [PEDIDO] simples - by histire - 28.08.2011, 14:41
Re: [PEDIDO] simples - by [AF]Junior - 28.08.2011, 14:59
Re: [PEDIDO] simples - by histire - 28.08.2011, 15:01
Re: [PEDIDO] simples - by [AF]Junior - 28.08.2011, 15:02
Re: [PEDIDO] simples - by histire - 28.08.2011, 15:05
Re: [PEDIDO] simples - by [AF]Junior - 28.08.2011, 15:07

Forum Jump:


Users browsing this thread: 1 Guest(s)