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", 0xFFFFFFFF, 0.0, 0.0, 0.0, 50.0, 0, 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);
Attach3DTextLabelToVehicle(VeiculoCivilTexto3D, JFSID[playerid], 0.0, 0.0, 2.0);
SetVehicleNumberPlate(JFSID[playerid], JFSCarros[playerid][JFSPlaca]);
return true;
}
|
obrigado, tava moscando aqui kk