[Ajuda] Erro ao Compilar: error 032 Por Favor Me Ajude
#1

Ei Gente alguem pode me ajuda PFV eu sou ainda iniciante nesses negocio de pawno
---------------------------------------------------------------------------------------
esta ai o erro:
Код:
C:\Users\Lucas Alves\Desktop\BMS\gamemodes\BMS.pwn(387) : error 032: array index out of bounds (variable "PlayerRegistro")
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
AI ESTA AS LINHAS :
Код:
Carregarlogin(playerid)
{
  PlayerTextDrawShow(playerid, PlayerRegistro[playerid][0]);
  PlayerTextDrawShow(playerid, PlayerRegistro[playerid][1]);
  PlayerTextDrawShow(playerid, PlayerRegistro[playerid][2]);
  PlayerTextDrawShow(playerid, PlayerRegistro[playerid][3]);
  PlayerTextDrawShow(playerid, PlayerRegistro[playerid][4]);
  PlayerTextDrawShow(playerid, PlayerRegistro[playerid][5]);
  PlayerTextDrawShow(playerid, PlayerRegistro[playerid][6]);
  PlayerTextDrawShow(playerid, PlayerRegistro[playerid][7]);
  PlayerTextDrawShow(playerid, PlayerRegistro[playerid][8]);
  PlayerTextDrawShow(playerid, PlayerRegistro[playerid][9]);
  PlayerTextDrawShow(playerid, PlayerRegistro[playerid][10]);
  PlayerTextDrawShow(playerid, PlayerRegistro[playerid][11]);
  PlayerTextDrawShow(playerid, PlayerRegistro[playerid][12]);
  PlayerTextDrawShow(playerid, PlayerRegistro[playerid][13]);
  PlayerTextDrawShow(playerid, PlayerRegistro[playerid][14]);
  PlayerTextDrawShow(playerid, PlayerRegistro[playerid][15]);
  PlayerTextDrawShow(playerid, PlayerRegistro[playerid][16]);
  PlayerTextDrawShow(playerid, PlayerRegistro[playerid][17]);
  
  return 1;
}
POR FAVOR ME-AJUDE
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)