06/05/2022 22:54
(Esta mensagem foi modificada pela última vez a: 10/05/2022 22:00 por MatheuzPatoo.)
Código PHP:
if(dialogid == DIALOG_ENTRAR_ORG_CORPORACAO)
{
new Message[128];
switch(playerid)
{
case 0: PlayerInfo[playerid][PlayerOrgID] = 0;
format(Message, sizeof(Message), "voce entrou na org %s", OrgsBancoDados[1][NomeOrg]);
SendClientMessage(playerid, -1, Message);
case 1: PlayerInfo[playerid][PlayerOrgID] = 1;
format(Message, sizeof(Message), "voce entrou na org %s", OrgsBancoDados[1][NomeOrg]);
SendClientMessage(playerid, -1, Message);
}
return 1;
}
Código PHP:
...\modules\GangsModules\OrgsMaster\SistemaOrgs.pwn:62 (error) array index out of bounds (variable "PlayerInfo")
...\modules\GangsModules\OrgsMaster\SistemaOrgs.pwn:64 (error) array index out of bounds (variable "PlayerInfo")
...\modules\GangsModules\OrgsMaster\SistemaOrgs.pwn:68 (error) array index out of bounds (variable "PlayerInfo")
...\modules\GangsModules\OrgsMaster\SistemaOrgs.pwn:74 (error) array index out of bounds (variable "PlayerInfo")
Não estou entendendo do pq esta acontecendo esse erro, eu uso o YSI para modularizar meu codigo, alguem acha que pode ser isso? e se sabe no que estou errando manda ai!
+d 1 ano de conhecimento em pawno!