[Ajuda] Erro para mostrar TextDraw
#1

Galera eu criei TextDraws com o TDE, eu consigo criar a variбvel e colocar as TextDrawCreate no OnGameInit, mбs nб hora de mostrar aparece este erro:
PHP код:
error 032: array index out of bounds (variable "TDEditor_TD"
Cуdigo das TextDraw:
PHP код:
new Text:TDEditor_TD[12];
TextDrawShowForPlayer(playeridText:TDEditor_TD[12]); 
Eu coloquei todas as TextDraw no OnGameInit e o TextDrawShowForPlayer no OnPlayerSpawn!
Reply
#2

PHP код:
TextDrawShowForPlayer(playeridTDEditor_TD[12]); 
Reply
#3

Quote:
Originally Posted by JoaoBorges
Посмотреть сообщение
Код:
error 032: array index out of bounds (variable "TDEditor_TD")
Traduзгo:
нndice fora dos limites
Lembre-se que array comeзa com index 0. Nessa caso a variбvel array TDEditor_TD tem os нndices
index-0: 1°
index-1: 2°
index-2: 3°
index-3: 4°
index-4: 5°
index-5: 6°
index-6: 7°
index-7: 8°
index-8: 9°
index-9: 10°
index-10: 11°
index-11: 12°

Код:
new Text:TDEditor_TD[13];
Reply
#4

Quote:
Originally Posted by Lontresca
Посмотреть сообщение
PHP код:
TextDrawShowForPlayer(playeridTDEditor_TD[12]); 
Reply
#5

Quote:
Originally Posted by SammyJ
Посмотреть сообщение
Traduзгo:
нndice fora dos limites
Lembre-se que array comeзa com index 0. Nessa caso a variбvel array TDEditor_TD tem os нndices
index-0: 1°
index-1: 2°
index-2: 3°
index-3: 4°
index-4: 5°
index-5: 6°
index-6: 7°
index-7: 8°
index-8: 9°
index-9: 10°
index-10: 11°
index-11: 12°

Код:
new Text:TDEditor_TD[13];
Vlw!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)