Text label formatting help.
#7

Quote:
Originally Posted by GunZsmd
Посмотреть сообщение
new Text3d:drogastatus[200];
the 200 is for the object id's
As first point, capitalize the "d" -> "Text3D:".

Secondly, use an enumerator. Example:
pawn Код:
enum e_variable
{
    object,
    Text3D:label
};

new variable[200][e_variable];
pawn Код:
drogastatus[drogasid][label] = CreatePlayer3DTextLabel(playerid,statusstring,-1,sementeposX[drogasid],sementeposY[drogasid],sementeposZ[drogasid],10.0,0);
Reply


Messages In This Thread
Text label formatting help. - by GunZsmd - 11.05.2016, 16:08
Re: Text label formatting help. - by jlalt - 11.05.2016, 16:15
Re: Text label formatting help. - by KevinReinke - 11.05.2016, 16:19
Re: Text label formatting help. - by GunZsmd - 11.05.2016, 16:21
Re: Text label formatting help. - by KevinReinke - 11.05.2016, 16:25
Re: Text label formatting help. - by GunZsmd - 11.05.2016, 16:26
Re: Text label formatting help. - by KevinReinke - 11.05.2016, 16:29
Re: Text label formatting help. - by GunZsmd - 11.05.2016, 16:32
Re: Text label formatting help. - by KevinReinke - 11.05.2016, 16:37

Forum Jump:


Users browsing this thread: 3 Guest(s)