textdraw tag mismatch
#5

Quote:
Originally Posted by fuckingcruse
Посмотреть сообщение
same problem with this
Код:
new PlayerText3D:killingspreeonhead[MAX_PLAYERS];
killingspreeonhead[playerid] = CreatePlayer3DTextLabel(playerid,str, 0x008080FF, 30.0, 40.0, 50.0, 40.0, 0);
Attach3DTextLabelToPlayer(killingspreeonhead[playerid], playerid, 0.0, 0.0, 0.7); //error line.
Код:
new Text3D:killingspreeonhead[MAX_PLAYERS];
killingspreeonhead[playerid] = Create3DTextLabel(str, 0x008080FF, 30.0, 40.0, 50.0, 40.0, 0);
Attach3DTextLabelToPlayer(killingspreeonhead[playerid], playerid, 0.0, 0.0, 0.7);
Reply


Messages In This Thread
textdraw tag mismatch - by fuckingcruse - 06.04.2016, 04:31
Re: textdraw tag mismatch - by -CaRRoT - 06.04.2016, 04:47
Re: textdraw tag mismatch - by HydraHumza - 06.04.2016, 05:20
Re: textdraw tag mismatch - by fuckingcruse - 06.04.2016, 05:31
Re: textdraw tag mismatch - by -CaRRoT - 06.04.2016, 05:45
Re: textdraw tag mismatch - by jlalt - 06.04.2016, 05:46
Re: textdraw tag mismatch - by fuckingcruse - 06.04.2016, 05:51
Re: textdraw tag mismatch - by -CaRRoT - 06.04.2016, 05:55

Forum Jump:


Users browsing this thread: 1 Guest(s)