їPor quй no se muestra el texto?
#2

Deberнa funcionar te, asegura te de que no estйs pasando el limite de Create3DTextLabel


pawn Код:
#define TIME_RESPAWN 240
new Text3D:Callsign[MAX_VEHICLES];
new SAPDVehicles[3];

public OnGameModeInit()
{
    new tmp[64];
    for(new i=0; i<sizeof(SAPDVehicles); i++)
    {
        SAPDVehicles[i] = AddStaticVehicleEx(596, 1601.8, -1704.3 + (float(i) * 5), 5.6,89.5, 0, 1, TIME_RESPAWN); // Patrulla LS
       
        format(tmp, sizeof(tmp), "{c0c0c0}ADAMS - {00cccc}%03d", SAPDVehicles[i]);
        Callsign[SAPDVehicles[i]] = Create3DTextLabel(tmp, -1, 0.0, 0.0, 0.0, 50.0, -1, 1);
        Attach3DTextLabelToVehicle(Callsign[SAPDVehicles[i]], SAPDVehicles[i], -0.7, -1.9, -0.3);
    }
    return 1;
}
Reply


Messages In This Thread
їPor quй no se muestra el texto? - by Fagrinht - 12.06.2016, 14:50
Respuesta: їPor quй no se muestra el texto? - by Parka - 12.06.2016, 15:13
Respuesta: їPor quй no se muestra el texto? - by Fagrinht - 12.06.2016, 15:20
Respuesta: їPor quй no se muestra el texto? - by Eloy - 12.06.2016, 16:03
Respuesta: їPor quй no se muestra el texto? - by Fagrinht - 12.06.2016, 18:02

Forum Jump:


Users browsing this thread: 1 Guest(s)