[Ajuda] Undefined symbol
#1

Olб pessoal, estou utilizando este tutorial para criar organizaзхes em meu gamemode: http://forum.sa-mp.com/showthread.ph...ganiza%E7%F5es

Porйm esta dando estes erros:
Код:
C:\Users\PC\Desktop\Minha GM\gamemodes\barev1.pwn(705) : error 017: undefined symbol "Orgnome"
C:\Users\PC\Desktop\Minha GM\gamemodes\barev1.pwn(705) : warning 215: expression has no effect
C:\Users\PC\Desktop\Minha GM\gamemodes\barev1.pwn(705) : error 001: expected token: ";", but found "]"
C:\Users\PC\Desktop\Minha GM\gamemodes\barev1.pwn(705) : error 029: invalid expression, assumed zero
C:\Users\PC\Desktop\Minha GM\gamemodes\barev1.pwn(705) : fatal error 107: too many error messages on one line
E quando eu crio a new Orgnome; da este erro:
Код:
C:\Users\PC\Desktop\Minha GM\gamemodes\barev1.pwn(706) : error 028: invalid subscript (not an array or too many subscripts): "Orgnome"
Comando:
Код:
CMD:membros(playerid)
{
	new corda[70];
	for(new i, PP = GetMaxPlayers(); i < PP; i++)
	{
	    if(!IsPlayerConnected(PP)) continue;
	    if(ProgressaoInfo[i][Membro] == ProgressaoInfo[playerid][Membro])
	    {
	        new nome[MAX_PLAYER_NAME];
	        new Orgnome;
	        GetPlayerName(playerid, nome, sizeof(nome));
	        format(corda, sizeof(corda), "{00FF66}%s {FFFF00}Org: {00FF66}%s {FFFFFF}|| {FFFF00}Cargo: {00FF66}%d\n", nome, Orgnome[ProgressaoInfo[i][Membro]], ProgressaoInfo[i][Cargo]);
	        strcat(Texto, corda, 70);
	    }
	}
	ShowPlayerDialog(playerid, 1, DIALOG_STYLE_MSGBOX, "Lista de membros online", Texto, "OK", "");
	strdel(Texto, 0, sizeof(Texto));
	return true;
}
Reply


Messages In This Thread
Undefined symbol - by Hunterx157 - 22.05.2018, 01:42
Re: Undefined symbol - by CyNiC - 22.05.2018, 02:04
Re: Undefined symbol - by Hunterx157 - 22.05.2018, 02:52
Re: Undefined symbol - by FerrariL - 22.05.2018, 13:44
Re: Undefined symbol - by Hunterx157 - 22.05.2018, 22:21
Re: Undefined symbol - by CyNiC - 22.05.2018, 23:49
Re: Undefined symbol - by Hunterx157 - 23.05.2018, 02:57
Re: Undefined symbol - by Minerva - 23.05.2018, 03:13
Re: Undefined symbol - by Hunterx157 - 23.05.2018, 03:28

Forum Jump:


Users browsing this thread: 2 Guest(s)