13.12.2015, 20:58
Quote:
|
Vc removeu a linha Piloto[8] e colocou essas no lugar?
Coloque aki o code de como vc adicionou e onde adicionou... |
PHP код:
CMD:rotas(playerid,params[])
{
TextDrawShowForPlayer(playerid, Piloto[0]);
TextDrawShowForPlayer(playerid, Piloto[1]);
TextDrawShowForPlayer(playerid, Piloto[2]);
TextDrawShowForPlayer(playerid, Piloto[3]);
TextDrawShowForPlayer(playerid, Piloto[4]);
TextDrawShowForPlayer(playerid, Piloto[5]);
TextDrawShowForPlayer(playerid, Piloto[6]);
TextDrawShowForPlayer(playerid, Piloto[7]);
return 1;
}


