01.02.2017, 22:58
Entгo, estava criando uma textdraw para por no FS, deixar lб e testar.
Mas estou com os seguintes erros.
* Sгo todos na mesma linha *.
Aonde estб acontecendo os erros.
As textdrawcreate jб estгo em OnFilterScriptInit normalmente.
e tambйm jб tem a
Mas estб dando os 4 erros acima.
Mas estou com os seguintes erros.
Код:
error 017: undefined symbol "TDEditor_TD" warning 215: expression has no effect error 001: expected token: ";", but found "]" error 029: invalid expression, assumed zero fatal error 107: too many error messages on one line
Aonde estб acontecendo os erros.
Код:
public OnPlayerSpawn(playerid) { TextDrawShowForPlayer(playerid, TDEditor_TD[0]); // Linha dos erros. TextDrawShowForPlayer(playerid, TDEditor_TD[1]); return 1; }
e tambйm jб tem a
Код:
new Text:TDEditor_TD[2];