13.12.2015, 19:12
Quando Vou colocar para mostrar a textdraw pro player da erro
Erro : error 032: array index out of bounds (variable "Piloto")
PHP код:
new PlayerText:Piloto[8][MAX_PLAYERS];
CMD:rotas(playerid,params[])
{
TextDrawShowForPlayer(playerid, Piloto[8]);
return 1;
}

