3D text label bug?
#1

Well, I am making a soccer script, so far it works great, I made epic realistic smooth ball rotation, bouncing, teams, goals... I create a 3D text label like this:
pawn Код:
public OnGameModeInit( ) {
    Create3DTextLabel( "Team 1 goal!", 0xFF0000FF, 1314.6411,2152.9475,11.0234, 150.0, 0, 0 );
    Create3DTextLabel( "Team 2 goal!", 0xFF0000FF, 1376.8228,2151.0891,11.0234, 150.0, 0, 0 );
    // Other code...
    return 1;
}
And, at first it works, but after some time, it just dissapears. Sometimes team 1 one dissapears, sometimes team 2 one dissapears.



As you can see, there is no text for team 1 goal. ^^
Reply


Messages In This Thread
3D text label bug? - by Mean - 24.06.2011, 13:48
Re: 3D text label bug? - by SpiderWalk - 24.06.2011, 13:51
Re: 3D text label bug? - by Mean - 24.06.2011, 13:58
Re: 3D text label bug? - by SpiderWalk - 24.06.2011, 14:15

Forum Jump:


Users browsing this thread: 2 Guest(s)