3dLabel do not appear
#1

It appears without ID but if i use ID then it wont appear.

Code :
pawn Код:
new Text3D:Alahambra;

OnGameModeInit()
Alahambra = Create3DTextLabel("Alahambra",0x008080FF, 1836.7153,-1682.4954,13.3364,40.0,0);
And my update command:
pawn Код:
CMD:change(playerid, params[])
{
    new text;
    if (sscanf(params, "i", text)) return SendClientMessage(playerid, LIGHTGREEN, "USaGE: /chagne [text]");
   
    new string[128];
    format(string, sizeof(string), "%s", text);
    Update3DTextLabelText(Alahambra, COLOR_GRAD2, string);
  return 1;
}

Reply


Messages In This Thread
3dLabel do not appear - by wiilweer - 06.01.2010, 14:41
Re: 3dLabel do not appear - by ¤Adas¤ - 06.01.2010, 14:44
Re: 3dLabel do not appear - by wiilweer - 06.01.2010, 14:52
Re: 3dLabel do not appear - by ¤Adas¤ - 06.01.2010, 14:52
Re: 3dLabel do not appear - by wiilweer - 06.01.2010, 21:47
Re: 3dLabel do not appear - by Retardedwolf - 06.01.2010, 23:53

Forum Jump:


Users browsing this thread: 1 Guest(s)