[Ajuda] o que eu fiz errado?
#1

PHP Code:
CMD:setadmin(playerid,params[])
{
     new 
id,level;
    if(
IsPlayerAdmin(playerid)) //this will check if the player is logged into RCON
    
if(PlayerInfo[playerid][pAdmin] < 6)
    {
        if(
sscanf(params,"ud",id,level) return SendClientMessage(playeridVermelho,"[ERRO]: Correto: /SetAdmin [ID] [Level].");
        else
        {
            if(
level 6) return SendClientMessage(playeridVermelho,"[ERRO]:Sete um Nivel Maior que 1 e menor que 6!.");
            else
            {
                new 
INI:File INI_Open(UserPath(id));
                
INI_WriteInt(File,"Admin",level);
                
INI_Close(File);
            }
        }
    }
    else
    {
    
SendClientMessage(playeridVermelho,"[ERRO]: Seu nнvel й insuficiente para setar como admin ou nгo estб logado na rcon.");
    }
    return 
1;

Erro
PHP Code:
C:\Users\Cleiton\Desktop\eXtremeFR 2013x ES\gamemodes\extremefreeroam2013xES.pwn(20102) : error 001expected token")"but found "return" 
Reply
#2

pawn Code:
if(sscanf(params,"ud",id,level)
Faltou um
pawn Code:
)
.

Sem falar em alguns outros erros. Como em https://sampwiki.blast.hk/wiki/IsPlayerAdmin
Reply
#3

Muito obr,sou novo em pawno e estou estudando y_ini do Y_lees.entгo encontrei esses dois tutorias em ingles
PHP Code:
http://forum.sa-mp.com/showthread.php?t=273088&highlight=y_ini 
http://forum.sa-mp.com/showthread.php?t=348175 
Reply
#4

Tem este em Portuguкs que por sinal й muito bom.

https://sampforum.blast.hk/showthread.php?tid=404285
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)