[Ajuda] Nгo consigo achaar o erro, talvez alguйm consiga me ajudar
#1

Erroos-

C:\Gts RPG\Gts\gamemodes\Gts.pwn(2423) : error: 035: argument type mismatch (argument 2)
C:\Gts RPG\Gts\gamemodes\Gts.pwn(2423) : error: 035: argument type mismatch (argument 2)
C:\Gts RPG\Gts\gamemodes\Gts.pwn(2423) : error: 035: argument type mismatch (argument 2)
C:\Gts RPG\Gts\gamemodes\Gts.pwn(2423) : error: 035: argument type mismatch (argument 2)
C:\Gts RPG\Gts\gamemodes\Gts.pwn(2423) : error: 076: syntax error in the expression, or invalid function call
C:\Gts RPG\Gts\gamemodes\Gts.pwn(2423) : warning: 203: symbol is never used: "DivulguersOtarios"

Linha dos erros-

if(dini_Int("nickban.ini",PlayerName(playerid))== 1)
if(dini_Int("banidos.ini",PlayerName(playerid)) == 1)
if(dini_Int("nickban.ini",PlayerName(playerid)) == 1){
if(dini_Int("banidos.ini",PlayerName(playerid)) == 1){

E clico para aparecer a linha do ultimo erro, aparece uma caixa com estб mensagem

"17628 -- 17629" is not a valid integer value
Reply
#2

voce tem essas linhas seguindas?
Reply
#3

Como assim? ;s
Reply
#4

tipo,

if(dini_Int("nickban.ini",PlayerName(playerid))== 1)
if(dini_Int("banidos.ini",PlayerName(playerid)) == 1)
if(dini_Int("nickban.ini",PlayerName(playerid)) == 1){
if(dini_Int("banidos.ini",PlayerName(playerid)) == 1){

isso ta tudo seguindo ?
Reply
#5

Nгo nгoooo... estгoo assim


dini_IntSet(file,"pAdm01",0);
if(dini_Int("nickban.ini",PlayerName(playerid))== 1)
{
SendClientMessage(playerid, 0x11B1FFAA, "Vocк foi banido Motivo: Vocк estб banido!");
format(sstring, sizeof(sstring), "%s (%d) Foi banido |Motivo|: Conta estб banida!", aname,playerid);
SendClientMessageToAll(0x11B1FFAA, sstring);
Kick(playerid);
return 1;
}


if(dini_Int("banidos.ini",PlayerName(playerid)) == 1)
{
SendClientMessage(playerid, 0x11B1FFAA, "Vocк foi banido |Motivo|: Conta estб banida!");
format(sstring, sizeof(sstring), "%s (%d) Foi banido |Motivo|: Conta estб banida", aname,playerid);
SendClientMessageToAll(0x11B1FFAA, sstring);
Kick(playerid);
return 1;
}


dini_IntSet(file,"aAdmin",0);
if(dini_Int("nickban.ini",PlayerName(playerid)) == 1){
SendClientMessage(playerid, 0x11B1FFAA, "Vocк foi Explusado Motivo: Vocк estб banido!");
format(sstring, sizeof(sstring), "%s (%d) Foi Explusado |Motivo|: Conta estб banida!", aname,playerid);
SendClientMessageToAll(0x11B1FFAA, sstring);
Kick(playerid);
return 1;
}


if(dini_Int("banidos.ini",PlayerName(playerid)) == 1){
SendClientMessage(playerid, 0x11B1FFAA, "Vocк foi Explusado |Motivo|: Conta estб banida!");
format(sstring, sizeof(sstring), "%s (%d) Foi Explusado |Motivo|: Conta estб banida", aname,playerid);
SendClientMessageToAll(0x11B1FFAA, sstring);
Kick(playerid);
return 1;
}
Reply
#6

Alguйm?
Reply
#7

Final do GM

pawn Код:
stock PlayerName(playerid)
{
    new PlayerName[24];
    GetPlayerName(playerid,PlayerName,sizeof(PlayerName);
}
Caso ja tenha uma stock parecida, substitua por essa.

Caso nгo der, troque PlayerName(playerid) nas condiзхes por GetPlayerName(playerid);
Reply
#8

Maiis que luugar eu colco esse

Quote:

stock PlayerName(playerid)
{
new PlayerName[24];
GetPlayerName(playerid,PlayerName,sizeof(PlayerNam e);
}

Teem um lugar definido? ou no final de todo o script?
Reply
#9

Coloca no Final de todo o Script, e isso й assim:

pawn Код:
stock PlayerName(playerid)
{
     new PlayerName[24];
     GetPlayerName(playerid, PlayerName, sizeof(PlayerName));
     return PlayerName;
}
Reply
#10

Fiz isso
Diminuiu
Tinha 5 erros
Ficoou apenas Dois
Mas estб mostrando esse erro

C:\Gts RPG\Gts\gamemodes\Gts.pwn(17936) : error: 021: symbol already defined: "PlayerName"

e й nesse texto
stock PlayerName(playerid)
{
new PlayerName[24];
GetPlayerName(playerid, PlayerName, sizeof(PlayerName));
return PlayerName;
}
================================================== ====
E o outroo erro

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)