29.10.2010, 20:26
Quote:
|
Update3DTextLabel(Text3D:id, color, text[])
Example : Update3DTextLabel ( _:label , 0xFFFFFFAA, "Hal says hai"); |
pawn Код:
format( string, sizeof( string ), "Business ID: %d \n %s", h, Businesses[h][bName]);
Create3DTextLabel( string , COLOR_ADMINBLUE, BIZx, BIZy, BIZz, 20, 0 );
//THEN THE UPDATE
Update3DTextLabel(Text3D:id, color, text[])


