[AJUDA] /criaradmin (ZCMD + SSCANF)
#1

Cmd
pawn Код:
command(criaradmin, playerid, params[])
{
    new ID, Level    
    if(AdmInfo[playerid][Nivel] < 0) return SendClientMessage(playerid, -1, "Vocк nгo tem permiзгo para utilizar este comando");
    if(sscanf(params "ui", ID, Level)) return SendClientMessage(playerid, -1, "Use: /Criaradmin [ID] [Level]");    
    if(!IsPlayerConnected(playeryd)) return SendClientMessage(playerid, -1, "Este ID/Nome estб Offline");
    if(1 <(Numero)>10) return SendClientMessage(playerid, -1, "Nнveis entre 1 ~ 10");    
    AdmInfo[playerid][Nivel] == Numero;    
    format String, sizeof(String), "Vocк foi promovido a nнvel %i de Administrador, pelo Admin: %s", Numero, GetPlayerNameEx(playerid));    
    SendClientMessage(playerid, -1, String);    
    format(String, sizeof(String), "Vocк deu nнvel %i de Administrador б %s.", Numero, GetPlayerNameEx(playerid));    
    SendClientMessage(playerid, -1, String);    
    return true
}
Problemas :S

Код:
D:\JOGOS\GTA San Andreas\SA-MP\Server - SAMP\gamemodes\a.pwn(75) : error: 001: expected token: ",", but found "-string-"
D:\JOGOS\GTA San Andreas\SA-MP\Server - SAMP\gamemodes\a.pwn(75) : warning: 215: expression has no effect
D:\JOGOS\GTA San Andreas\SA-MP\Server - SAMP\gamemodes\a.pwn(75) : warning: 215: expression has no effect
D:\JOGOS\GTA San Andreas\SA-MP\Server - SAMP\gamemodes\a.pwn(75) : warning: 215: expression has no effect
D:\JOGOS\GTA San Andreas\SA-MP\Server - SAMP\gamemodes\a.pwn(75) : error: 001: expected token: ";", but found ")"
D:\JOGOS\GTA San Andreas\SA-MP\Server - SAMP\gamemodes\a.pwn(75) : error: 029: invalid expression, assumed zero
D:\JOGOS\GTA San Andreas\SA-MP\Server - SAMP\gamemodes\a.pwn(75) : error fatal: 107: too many error messages on one line
@EDIT Linha:
pawn Код:
if(sscanf(params "ui", ID, Level)) return SendClientMessage(playerid, -1, "Use: /Criaradmin [ID] [Level]");
Й provбvel que ao solucionar esses erros, apareзam mais, entгo, se alguйm jб identificar mais algum, por favor, me mostre onde estб.
Reply
#2

Nao sei as linhas ¬¬
Tenta :
pawn Код:
command(criaradmin, playerid, params[])
{
    new ID, Level;  
    if(AdmInfo[playerid][Nivel] < 0) return SendClientMessage(playerid, -1, "Vocк nгo tem permiзгo para utilizar este comando");
    if(sscanf(params "ui", ID, Level)) return SendClientMessage(playerid, -1, "Use: /Criaradmin [ID] [Level]");    
    if(!IsPlayerConnected(playeryd)) return SendClientMessage(playerid, -1, "Este ID/Nome estб Offline");
    if(1 <(Numero)> 10) return SendClientMessage(playerid, -1, "Nнveis entre 1 ~ 10");    
    AdmInfo[playerid][Nivel] == Numero;    
    format String, sizeof(String), "Vocк foi promovido a nнvel %i de Administrador, pelo Admin: %s", Numero, GetPlayerNameEx(playerid));    
    SendClientMessage(playerid, -1, String);    
    format(String, sizeof(String), "Vocк deu nнvel %i de Administrador б %s.", Numero, GetPlayerNameEx(playerid));    
    SendClientMessage(playerid, -1, String);    
    return true;
}
Algumas parte estao faltando " ; "
Reply
#3

@EDIT Linha:
pawn Код:
if(sscanf(params "ui", ID, Level)) return SendClientMessage(playerid, -1, "Use: /Criaradmin [ID] [Level]");
Malz, minha nubada ^^
Reply
#4

Quote:
Originally Posted by Mr_Taxi
Посмотреть сообщение
@EDIT Linha:
pawn Код:
if(sscanf(params "ui", ID, Level)) return SendClientMessage(playerid, -1, "Use: /Criaradmin [ID] [Level]");
Malz, minha nubada ^^
Creio que estб linha estб correta.
Olha como esta uma minha :
pawn Код:
if(sscanf(params, "ud",NickID,Score)) return SendClientMessage(playerid, -1, "/darscore [id] [score]");
:b
Vejб oque postei acima,e tente compilar.
Reply
#5

Jб tentei, nenhum sucesso, continuo com os mesmos erros/warnings.
Reply
#6

pawn Код:
command(criaradmin, playerid, params[])
LOL,agora que reparei.
Tente:
pawn Код:
command:criaradmin(playerid, params[])
Nгo sei a forma do seu comando .-.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)