[Ajuda] Texto em veiculos vips
#1

Bom queria ajuda para colocar "Attach3DTextLabelToVehicle" nesse sistema mas nгo estou conseguindo, alguem pode ajudar ' -'

PHP код:
stock JFSCreateVehicle(playerid)
{
    
CarroJFS[playerid] = 1;
    
JFSID[playerid] = CreateVehicle(JFSCarros[playerid][JFSModelo], JFSCarros[playerid][JFSCorX], JFSCarros[playerid][JFSCorY], JFSCarros[playerid][JFSCorZ], JFSCarros[playerid][JFSAngulo], JFSCarros[playerid][JFSCor1] , JFSCarros[playerid][JFSCor2], 0);
       
SetVehicleNumberPlate(JFSID[playerid], JFSCarros[playerid][JFSPlaca]);
    return 
true;

Reply
#2

PHP код:
stock JFSCreateVehicle(playerid)
{
    
CarroJFS[playerid] = 1;
    new 
Text3D:VeiculoCivilTexto3D;
    
VeiculoCivilTexto3D Create3DTextLabel("{00FF00}Veнculo\n{FFFFFF}VIP"0xFFFFFFFF0.00.00.050.00);

    
JFSID[playerid] = CreateVehicle(JFSCarros[playerid][JFSModelo], JFSCarros[playerid][JFSCorX], JFSCarros[playerid][JFSCorY], JFSCarros[playerid][JFSCorZ], JFSCarros[playerid][JFSAngulo], JFSCarros[playerid][JFSCor1] , JFSCarros[playerid][JFSCor2], 0);
    
Attach3DTextLabelToVehicle(VeiculoCivilTexto3DJFSID[playerid], 0.00.02.0);
    
SetVehicleNumberPlate(JFSID[playerid], JFSCarros[playerid][JFSPlaca]);
    return 
true;

Reply
#3

Quote:
Originally Posted by [BOPE]Seu._.Madruga
Посмотреть сообщение
PHP код:
stock JFSCreateVehicle(playerid)
{
    
CarroJFS[playerid] = 1;
    new 
Text3D:VeiculoCivilTexto3D;
    
VeiculoCivilTexto3D Create3DTextLabel("{00FF00}Veнculo\n{FFFFFF}VIP"0xFFFFFFFF0.00.00.050.00);
    
JFSID[playerid] = CreateVehicle(JFSCarros[playerid][JFSModelo], JFSCarros[playerid][JFSCorX], JFSCarros[playerid][JFSCorY], JFSCarros[playerid][JFSCorZ], JFSCarros[playerid][JFSAngulo], JFSCarros[playerid][JFSCor1] , JFSCarros[playerid][JFSCor2], 0);
    
Attach3DTextLabelToVehicle(VeiculoCivilTexto3DJFSID[playerid], 0.00.02.0);
    
SetVehicleNumberPlate(JFSID[playerid], JFSCarros[playerid][JFSPlaca]);
    return 
true;

obrigado, tava moscando aqui kk
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)