[Ajuda] TextLabel nos Radares - PPC TRUCKING.
#1

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);
}
Reply
#2

Alguem pode me ajudar por favor? e.e
Reply
#3

contou em quantos aparecem?
Reply
#4

Como eu poderia fazer isto, caro amigo?
Reply
#5

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);
}
Reply
#6

Cara isso aew tentei esse textlabel mais da erro!
Reply
#7

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)