[AJUDA] NASCER
#1

Estou com esses na hora que compilo o meu gm que estou fazendo
Код:
C:\Documents and Settings\thaw\Desktop\gm\gamemodes\Mata-Mata.pwn(155) : error 017: undefined symbol "Gang"
C:\Documents and Settings\thaw\Desktop\gm\gamemodes\Mata-Mata.pwn(155) : warning 215: expression has no effect
C:\Documents and Settings\thaw\Desktop\gm\gamemodes\Mata-Mata.pwn(155) : error 001: expected token: ";", but found "]"
C:\Documents and Settings\thaw\Desktop\gm\gamemodes\Mata-Mata.pwn(155) : error 029: invalid expression, assumed zero
C:\Documents and Settings\thaw\Desktop\gm\gamemodes\Mata-Mata.pwn(155) : fatal error 107: too many error messages on one line
esse e o comando que ta dando erro
Код:
public OnPlayerRequestClass(playerid, classid)
{
	if(classid == 0)
{
linha 155 >> Gang[playerid] = GROOVE;
	GameTextForPlayer(playerid,"grove",6000,6);
}
	else if(classid == 1) 
{
	Gang[playerid] = BALLAS;
	GameTextForPlayer(playerid,"ballas",6000,6);
}
Reply


Messages In This Thread
[AJUDA] ERRO - by thaw_ps - 12.02.2011, 01:47
Re: [AJUDA] NASCER - by zbt_Daimyo - 12.02.2011, 11:35
Respuesta: [AJUDA] NASCER - by thaw_ps - 12.02.2011, 14:57
Re: [AJUDA] NASCER - by leandro123456 - 12.02.2011, 14:58
Re: [AJUDA] NASCER - by [AF]Junior - 12.02.2011, 15:02
Respuesta: [AJUDA] NASCER - by thaw_ps - 12.02.2011, 15:56
Re: [AJUDA] NASCER - by Macintosh - 12.02.2011, 16:46
Respuesta: [AJUDA] NASCER - by thaw_ps - 12.02.2011, 17:19
Re: [AJUDA] NASCER - by Macintosh - 12.02.2011, 20:57
Respuesta: [AJUDA] NASCER - by thaw_ps - 12.02.2011, 22:10

Forum Jump:


Users browsing this thread: 1 Guest(s)