25.08.2013, 20:08
Quote:
Код:
Create3DTextLabel Returns The ID of the newly created 3D Text Label Ex: Outside: pawn Код:
pawn Код:
|
pawn Код:
/*you can use it on an array
example:*/
new Test[18];
public OnGameModeInit()
{
Test[0] = Create3DTextLabel("SPAWN: Abandoned Airport", COL_RED, 284.1689,2030.7312,17.6406, 50.0, 0, 0);
return 1;
}