[Help]: CreateDynamic3DTextLabel BUG
#7

Quote:
Originally Posted by Glenn332
Посмотреть сообщение
PHP код:
if(GetPVarInt(playerid"LabelAdded") == 1)return 1;
SetPVarInt(playerid,"LabelAdded"1); 
Add these two lines before you create the label
So it should be?

PHP код:
PlayerSpawn(playerid

if(
GetPVarInt(playerid"LabelAdded") == 1)return 1
SetPVarInt(playerid,"LabelAdded"1);
TextUser[playerid] = CreateDynamic3DTextLabel("",-1,0.00.00.52,8.0,playerid); 
return 
1

Reply


Messages In This Thread
[Help]: CreateDynamic3DTextLabel BUG - by INKISICION - 19.07.2015, 18:04
AW: [Help]: CreateDynamic3DTextLabel BUG - by Mencent - 19.07.2015, 18:07
Re: [Help]: CreateDynamic3DTextLabel BUG - by INKISICION - 19.07.2015, 22:08
Re: [Help]: CreateDynamic3DTextLabel BUG - by Glenn332 - 19.07.2015, 22:11
Re: [Help]: CreateDynamic3DTextLabel BUG - by INKISICION - 19.07.2015, 22:17
Re: [Help]: CreateDynamic3DTextLabel BUG - by Glenn332 - 19.07.2015, 22:24
Re: [Help]: CreateDynamic3DTextLabel BUG - by INKISICION - 19.07.2015, 22:41
Re: [Help]: CreateDynamic3DTextLabel BUG - by Glenn332 - 19.07.2015, 22:56
Re: [Help]: CreateDynamic3DTextLabel BUG - by INKISICION - 19.07.2015, 23:48
Re: [Help]: CreateDynamic3DTextLabel BUG - by Glenn332 - 19.07.2015, 23:58

Forum Jump:


Users browsing this thread: 2 Guest(s)