[Ajuda] Como Criar Um FilterScript!
#6

Quote:
Originally Posted by Blix
Посмотреть сообщение
pawn Код:
#include zcmd
#include sscanf



COMMAND:teste(playerid)
{
    SendClientMessage(playerid,-1,"Comando Em Zcmd Sem Params!");
    return true;
}


COMMAND:teste(playerid,params[])
{
    new Skin;
   
    if(sscanf(params, "d",Skin))
    {
        SendClientMessage(playerid,-1," /setskin ( id )");
    }
    else
    {
        if(Skin < 0 || Skin > 299)return
            SendClientMessage(playerid,-1,"0 a 299");
           
        SetPlayerSkin(playerid,Skin);
    }
    return true;
}

fiz aqui nas pressas , mais deve funcionar , a base й essa ae.


salve como fs , e vocк jб tem um fs.

Quote:
Originally Posted by tonisantolia
Посмотреть сообщение
Vou te corrigir novamente:
pawn Код:
#include zcmd
#include sscanf

public OnFilterScriptInit(){
    print("Minha FilterScript");
    return ( true );
}

public OnFilterScriptExit(){
    print("Minha FilterScript foi desligada.");
    return (true);
}

COMMAND:teste(playerid)
{
    SendClientMessage(playerid,-1,"Comando Em Zcmd Sem Params!");
    return true;
}


COMMAND:teste(playerid,params[])
{
    new Skin;
   
    if(sscanf(params, "d",Skin))
    {
        SendClientMessage(playerid,-1," /setskin ( id )");
    }
    else
    {
        if(Skin < 0 || Skin > 299)return
            SendClientMessage(playerid,-1,"0 a 299");
           
        SetPlayerSkin(playerid,Skin);
    }
    return true;
}
Quote:
Originally Posted by Blix
Посмотреть сообщение
puts cara , corrigir em que ? pode salvar do jeito que tб que funciona , tu estбs a querer abusar sу por que sou novato em forum , mais se pensa que eu nгo sei pawn sonha.
pawn Код:
#include <a_samp>
Como vai funcionar sem isso?
Reply


Messages In This Thread
Como Criar Um FilterScript! - by Equipe - 03.02.2013, 15:56
Re: Como Criar Um FilterScript! - by Blix - 03.02.2013, 18:26
Re: Como Criar Um FilterScript! - by tonisantolia - 03.02.2013, 18:28
Re: Como Criar Um FilterScript! - by Blix - 03.02.2013, 18:34
Re: Como Criar Um FilterScript! - by Dwayne-Pheonix - 03.02.2013, 18:40
Re: Como Criar Um FilterScript! - by @FatalFormat - 03.02.2013, 20:21
Re: Como Criar Um FilterScript! - by Blix - 03.02.2013, 20:37

Forum Jump:


Users browsing this thread: 3 Guest(s)