[Ajuda] Como resolver este problema ?
#1

estava vendo um tutorial de como criar um x1 : https://sampforum.blast.hk/showthread.php?tid=111635&page=2

fiz tudo certo mas na hora de compilar da erro :
pawn Код:
if(TaNoX1[playerid] == true)
{
OnPlayerSpawn(playerid);
OnPlayerSpawn(killerid)
new string[50+MAX_PLAYER_NAME];
new Nome[40][MAX_PLAYERS];
new Nomi[40][MAX_PLAYERS];
TaNoX1[playerid] = false;
TaNoX1[killerid] = false;
GetPlayerName(killerid, Nomi[killerid], 40);
GetPlayerName(playerid, Nome[playerid], 40);
format(string, sizeof(string),"%s Ganhou o duelo x1 contra %s !",Nomi[killerid], Nome[killerid]);
SendClientMessageToAll(Vermelho, string);
Quantos = 0;
}
da erro : error 001: expected token: ";", but found "new"
Linha : new string[50+MAX_PLAYER_NAME];
Reply


Messages In This Thread
Como resolver este problema ? - by zuero - 20.07.2014, 22:14
Re: Como resolver este problema ? - by Chefгo - 20.07.2014, 22:28
Re: Como resolver este problema ? - by humildadeforever - 20.07.2014, 22:33
Re: Como resolver este problema ? - by zuero - 20.07.2014, 22:39
Re: Como resolver este problema ? - by _Play_ - 20.07.2014, 23:08
Re: Como resolver este problema ? - by zuero - 20.07.2014, 23:17

Forum Jump:


Users browsing this thread: 1 Guest(s)