TextLabel nos Radares - PPC TRUCKING. -
duuuwh - 04.03.2013
Estou tentando por TextLabel nos Radares, mas sу aparece em um(alguns)
O que tem de errado?
pawn Код:
SetupSpeedCamera(CamID, Float:x, Float:y, Float:z, Float:rot, MaxSpeed)
{
ACameras[CamID][CamX] = x;
ACameras[CamID][CamY] = y;
ACameras[CamID][CamZ] = z;
ACameras[CamID][CamAngle] = rot;
ACameras[CamID][CamSpeed] = MaxSpeed;
ACameras[CamID][CamObj1] = CreateObject(18880, x, y, z, 0.0, 0.0, rot);
ACameras[CamID][CamObj2] = CreateObject(18880, x, y, z, 0.0, 0.0, rot + 180.0);
new str [ 100 ] ; format ( str , sizeof ( str ) , "Radar \n Velocidade maxima: %i " , MaxSpeed ) ; Create3DTextLabel ( str , -1 , x , y , z , rot, 0, 1);
}
Re: TextLabel nos Radares - PPC TRUCKING. -
duuuwh - 04.03.2013
Alguem pode me ajudar por favor? e.e
Re: TextLabel nos Radares - PPC TRUCKING. -
feliphemort - 04.03.2013
contou em quantos aparecem?
Re: TextLabel nos Radares - PPC TRUCKING. -
duuuwh - 04.03.2013
Como eu poderia fazer isto, caro amigo?
Re: TextLabel nos Radares - PPC TRUCKING. -
mau.tito - 04.03.2013
pawn Код:
new 3Laber [ MAX_RARES ] ;
SetupSpeedCamera(CamID, Float:x, Float:y, Float:z, Float:rot, MaxSpeed)
{
ACameras[CamID][CamX] = x;
ACameras[CamID][CamY] = y;
ACameras[CamID][CamZ] = z;
ACameras[CamID][CamAngle] = rot;
ACameras[CamID][CamSpeed] = MaxSpeed;
ACameras[CamID][CamObj1] = CreateObject(18880, x, y, z, 0.0, 0.0, rot);
ACameras[CamID][CamObj2] = CreateObject(18880, x, y, z, 0.0, 0.0, rot + 180.0);
new str [ 100 ] ;
format ( str , sizeof ( str ) , "Radar \n Velocidade maxima: %i " , MaxSpeed ) ;
3Laber [ CamID ] = Create3DTextLabel ( str , -1 , x , y , z , rot, 0, 1);
}
Re: TextLabel nos Radares - PPC TRUCKING. -
Madruga004 - 20.05.2014
Cara isso aew tentei esse textlabel mais da erro!
Re: TextLabel nos Radares - PPC TRUCKING. -
Fenix4000 - 20.05.2014
Quote:
Originally Posted by Madruga004
Cara isso aew tentei esse textlabel mais da erro!
|
Olhou a data do tуpico colega ? Tentou usar o search ? Existem muitos tutoriais sobre isso.