3DTextLabel Problem!
#4

Quote:
Originally Posted by ProjectMan
Посмотреть сообщение
Код:
Create3DTextLabel
Returns	The ID of the newly created 3D Text Label
Why would you return it into an array? Make a new variable without array and return it there.

Ex:
Outside:
pawn Код:
new SpawnLabel;
OnGameModeInit:
pawn Код:
SpawnLabel = Create3DTextLabel("SPAWN: Abandoned Airport", COL_RED, 284.1689,2030.7312,17.6406, 50.0, 0, 0);
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;
}
xPirate, your problem isn't for these codes, Create3DTextLabel hasen't any problem
Reply


Messages In This Thread
3DTextLabel Problem! - by xPirate - 25.08.2013, 19:31
Re: 3DTextLabel Problem! - by ProjectMan - 25.08.2013, 19:38
Re: 3DTextLabel Problem! - by xPirate - 25.08.2013, 19:52
Re: 3DTextLabel Problem! - by Aliassassin123456 - 25.08.2013, 20:08
Re: 3DTextLabel Problem! - by xPirate - 25.08.2013, 20:44
Re: 3DTextLabel Problem! - by Vanter - 25.08.2013, 22:17
Re: 3DTextLabel Problem! - by DanishHaq - 25.08.2013, 22:30
Re: 3DTextLabel Problem! - by Edix - 25.08.2013, 22:49
Re: 3DTextLabel Problem! - by xPirate - 26.08.2013, 09:47

Forum Jump:


Users browsing this thread: 1 Guest(s)