[Ajuda] As vezes nгo aparecem 3dlabels
#3

Quote:
Originally Posted by RodrigoMSR
Посмотреть сообщение
Adicione isso (farб com que as variбveis venham com valor -1 como padrгo):
Код:
#define MAX_DROP_ITEMS 750
new Text3D:Text3Ddropweapons[MAX_DROP_ITEMS] = {-1, ...};

#define MAX_PLAYERS 30
new Text3D:NameTag[MAX_PLAYERS] = {-1, ...};

new Text3D:pacotelabel;

#define MAX_HOUSES 726
new Text3D:Text3Dcasas[MAX_HOUSES] = {-1, ...};

#define MAX_PLAYERS 30
new Text3D:Text3Dmaconhas[MAX_PLAYERS] = {-1, ...};

#define MAX_ACTORS 614
new Text3D:Text3Dcorposactors[MAX_ACTORS] = {-1, ...};
Sempre que for deletar uma label, defina a variбvel para -1, assim nгo darб conflito de ID, exemplo:
Код:
Delete3DTextLabel(Text3Dcorposactors[0]);
Text3Dcorposactors[0] = -1;
Em todas as linhas como essa:
Код:
Text3Dcorposactors[0] = -1;
Estб dando:
Код:
warning 213: tag mismatch
Reply


Messages In This Thread
As vezes nгo aparecem 3dlabels - by weex - 02.02.2017, 17:58
Re: As vezes nгo aparecem 3dlabels - by RodrigoMSR - 02.02.2017, 18:04
Re: As vezes nгo aparecem 3dlabels - by weex - 03.02.2017, 17:06
Programando e Gambiarrando! - by RazorGuigo - 03.02.2017, 17:17
Re: Programando e Gambiarrando! - by weex - 03.02.2017, 18:19
Re: Programando e Gambiarrando! - by RodrigoMSR - 03.02.2017, 18:27
Re: Programando e Gambiarrando! - by RazorGuigo - 03.02.2017, 18:40
Re: Programando e Gambiarrando! - by weex - 03.02.2017, 18:59
Re: Programando e Gambiarrando! - by RodrigoMSR - 04.02.2017, 12:08
Re: As vezes nгo aparecem 3dlabels - by maikons - 05.02.2017, 03:21

Forum Jump:


Users browsing this thread: 1 Guest(s)