SSGamers - 12 Anos online por você.

#SSGamers - A Comunidade que mais crescer no brasil!

Participe do fórum, é rápido e fácil

SSGamers - 12 Anos online por você.

#SSGamers - A Comunidade que mais crescer no brasil!

SSGamers - 12 Anos online por você.

Gostaria de reagir a esta mensagem? Crie uma conta em poucos cliques ou inicie sessão para continuar.
Chegou o novo tema 6.5.5 - SSGamers - Servidores online de qualidade - Aproveite e entre para nossa comunidade, inscreva-se já! - Ouça nossa web radio - Veja nossas novidades - Participe dos nossos setores de jogos online - Parcerias aberta fale já com um administrador.

4 participantes

    Alguns Códigos bem Uteis para seu SA:MP

    avatar
    -
    SS - Membro de honra
    SS - Membro de honra


    Celular : -
    Mensagens : 2172
    Moedas : 7389
    Data de inscrição : 12/10/2015
    Idade : 73

    Alguns Códigos bem Uteis para seu SA:MP Empty Alguns Códigos bem Uteis para seu SA:MP

    Mensagem por - Seg 29 Fev 2016 - 18:00

    Enviar Mensagem ao Player


    Código:
    if(strcmp(cmd, "/ambrosio", true) == 0) //-- Comando
     {
     SendClientMessage(playerid,COR,"MENSAGEM "); //MSG
     SendClientMessage(playerid,COR,"MELHOR TOPICO EU AMO O AMBROSIO rs"); //MSG
     return 1;
     }


    Animações






    Código:
    //---------------------ANIMAÇÕES---------------------------------------------
    if(strcmp("/renderse", cmd, true) == 0)
    {
    SetPlayerSpecialAction(playerid, 10);
    return 1;
    }
    if(strcmp("/ligar", cmd, true) == 0)
    {
    SetPlayerSpecialAction(playerid, 11);
    return 1;
    }
    if(strcmp("/desligar", cmd, true) == 0)
    {
    SetPlayerSpecialAction(playerid, 13);
    return 1;
    }
    if(strcmp("/bebado", cmd, true) == 0)
    {
    ApplyAnimation(playerid, "PED", "WALK_DRUNK", 4.0, 1, 1, 1, 1, 0);
    return 1;
    }
    if(strcmp("/bomba", cmd, true) == 0)
    {
    ClearAnimations(playerid);
    ApplyAnimation(playerid, "BOMBER", "BOM_Plant", 4.0, 0, 0, 0, 0, 0);
    return 1;
    }
    if(strcmp("/apontar", cmd, true) == 0)
    {
    ApplyAnimation(playerid, "ped", "ARRESTgun", 4.0, 0, 1, 1, 1, -1);
    return 1;
    }
    if(strcmp("/Palavrão bloqueado", cmd, true) == 0)
    {
    ApplyAnimation(playerid, "RAPPING", "Laugh_01", 4.0, 0, 0, 0, 0, 0);
    return 1;
    }
    if(strcmp("/mascararse", cmd, true) == 0)
    {
    ApplyAnimation(playerid, "SHOP", "ROB_Shifty", 4.0, 0, 0, 0, 0, 0);
    return 1;
    }
    if(strcmp("/roubar", cmd, true) == 0)
    {
    ApplyAnimation(playerid, "SHOP", "ROB_Loop_Threat", 4.0, 1, 0, 0, 0, 0);
    return 1;
    }
    if(strcmp("/cruzarb", cmd, true) == 0)
    {
    ApplyAnimation(playerid, "COP_AMBIENT", "Coplook_loop", 4.0, 0, 1, 1, 1, -1);
    return 1;
    }
    if(strcmp("/deitar", cmd, true) == 0)
    {
    ApplyAnimation(playerid, "BEACH", "bather", 4.0, 1, 0, 0, 0, 0);
    return 1;
    }
    if(strcmp("/abaixar", cmd, true) == 0)
    {
    ApplyAnimation(playerid, "ped", "cower", 3.0, 1, 0, 0, 0, 0);
    return 1;
    }
    if(strcmp("/vomitar", cmd, true) == 0)
    {
    ApplyAnimation(playerid, "FOOD", "EAT_Vomit_P", 3.0, 0, 0, 0, 0, 0);
    return 1;
    }
    if(strcmp("/comer", cmd, true) == 0)
    {
    ApplyAnimation(playerid, "FOOD", "EAT_Burger", 3.0, 0, 0, 0, 0, 0);
    return 1;
    }
    if(strcmp("/rap", cmd, true) == 0)
    {
    ApplyAnimation(playerid, "ON_LOOKERS", "wave_loop", 4.0, 1, 0, 0, 0, 0);
    return 1;
    }
    if(strcmp("/passaramao", cmd, true) == 0)
    {
    ApplyAnimation(playerid, "SWEET", "sweet_ass_slap", 4.0, 0, 0, 0, 0, 0);
    return 1;
    }
    if(strcmp("/cobrar", cmd, true) == 0)
    {
    ApplyAnimation(playerid, "DEALER", "DEALER_DEAL", 4.0, 0, 0, 0, 0, 0);
    return 1;
    }
    if(strcmp("/overdose", cmd, true) == 0)
    {
    ApplyAnimation(playerid, "CRACK", "crckdeth2", 4.0, 1, 0, 0, 0, 0);
    return 1;
    }
    if(strcmp("/fumar", cmd, true) == 0)
    {
    ApplyAnimation(playerid, "SMOKING", "M_smklean_loop", 4.0, 1, 0, 0, 0, 0);
    return 1;
    }
    if(strcmp("/fumar2", cmd, true) == 0)
    {
    ApplyAnimation(playerid, "SMOKING", "F_smklean_loop", 4.0, 1, 0, 0, 0, 0);
    return 1;
    }
    if(strcmp("/sentar", cmd, true) == 0)
    {
    ApplyAnimation(playerid, "BEACH", "ParkSit_M_loop", 4.0, 1, 0, 0, 0, 0);
    return 1;
    }
    if(strcmp("/conversar", cmd, true) == 0)
    {
    ApplyAnimation(playerid, "PED", "IDLE_CHAT", 4.0, 0, 0, 0, 0, 0);
    return 1;
    }
    if(strcmp("/fodase", cmd, true) == 0)
    {
    ApplyAnimation(playerid, "PED", "fucku", 4.0, 0, 0, 0, 0, 0);
    return 1;
    }
    if(strcmp("/taichi", cmd, true) == 0)
    {
    ApplyAnimation(playerid, "PARK", "Tai_Chi_Loop", 4.0, 1, 0, 0, 0, 0);
    return 1;
    }
    if(strcmp("/observar", cmd, true) == 0)
    {
    ApplyAnimation(playerid, "BAR", "dnk_stndF_loop", 4.0, 1, 0, 0, 0, 0);
    return 1;
    }
    //---------------------Lista Animações------------------------------------
    if(strcmp("/animes", cmd, true) == 0)
    {
    SendClientMessage(playerid, ADMINFS_MESSAGE_COLOR, "[DraKoN's Server]:Lista de Animes :");
    SendClientMessage(playerid, ADMINFS_MESSAGE_COLOR, "/renderse /ligar /desligar /bebado /bomba /apontar /Palavrão bloqueado /mascararse");
    SendClientMessage(playerid, ADMINFS_MESSAGE_COLOR, "/roubar /cruzarb /deitar /abaixar /vomitar /comer /rap /passaramao");
    SendClientMessage(playerid, ADMINFS_MESSAGE_COLOR, "/cobrar /overdose /fumar /fumar2 /sentar /conversar /fodase /taichi");
    SendClientMessage(playerid, ADMINFS_MESSAGE_COLOR, "/observar ");
    return 1;
    }


    Suicidio




    Código:
    if(strcmp("/kill", cmd, true) == 0)
    {
    SetPlayerHealth(playerid, 0);
    SendClientMessage(playerid,ADMINFS_MESSAGE_COLOR,"Voce Se Matou!");
    return 1;
    }



    Reparar Carro






    Código:
    //-------------------------------------------------------------------------
    if(strcmp("/reparar", cmd, true) == 0)
    {
    SetVehicleHealth(playerid,100);
    SendClientMessage(playerid,ADMINFS_MESSAGE_COLOR,"Carro Reparado");
    return 1;
    }
    //-------------------------------------------------------------------------




    Nick Off






    Código:
    [size=13]if (strcmp("/nickoff", cmd, true) == 0)
    {
    for(new i = 0; i < MAX_PLAYERS; i++) ShowPlayerNameTagForPlayer(playerid, i, false);
    GameTextForPlayer(playerid, "~W~Nicks Desativos ~R~off", 5000, 5);
    return 1;
    }[/size]





    Nick ON






    Código:
    if (strcmp("/nickon", cmd, true) == 0)
    {
    for(new i = 0; i < MAX_PLAYERS; i++) ShowPlayerNameTagForPlayer(playerid, i, true);
    GameTextForPlayer(playerid, "~W~Nicks Ativos ~R~", 5000, 5);
    return 1;
    }




    Comando Procurar Bots






    Código:
     if(strcmp(cmd, "/bots", true) == 0)
    {
    SendClientMessage(playerid,AMARELO,"[DrK] Procurando Bots...");

    for(new i=0; i < MAX_PLAYERS; i++)
    {
    if(IsPlayerConnected(i))
    {
    new ip[16];
    GetPlayerIp(playerid, ip, sizeof(ip));
    if(strcmp(ip, "255.255.255.255") == 0)
    {
    format(string,256,"[DrK] Bot Detectado! IP: %d",ip);
    SendClientMessageToAll(LARANJA,string);
    Kick(playerid);
    return 0;
    }
    }
    }
    return 1;
    }

    Defines Algumas Cores






    Código:
    //*********************Cores****************************************************
    #define LARANJA     0xFF8C00AA
    #define VERDE      0x33AA33AA
    #define AMARELO     0xFFFF00AA
    #define COLOR      0xFF0000AA
    #define AZUL      0x33CCFFAA
    #define AAZUL      0x2641FEAA


    Comando de Drogas



    Código:
     if(strcmp(cmdtext, "/dorgas", true) == 0)
    {
    SetPlayerWeather(playerid, 66);
    SetPlayerSkin(playerid, 264);
    SendClientMessage(playerid,0x7CFC00AA,"Você esta puxando uma erva. Para parar de se drogar use: /religioso");
    ApplyAnimation(playerid,"SMOKING","M_smklean_loop",4.1,1,1,1,1,1);
    SetPlayerDrunkLevel(playerid,50000);
    format(string, sizeof(string), " %s está puxando um baseado, cuidado pois ele está doidão! (/dorgas)", pName);
    SendClientMessageToAll(0xFFFF00AA, string);
    PlayerPlaySound(playerid, 1150, 0.0, 0.0, 0.0);
    return 1;
    }

    if(strcmp(cmdtext, "/religioso", true) == 0)
    {
    SetPlayerWeather(playerid, 1);
    SetPlayerSkin(playerid, 228);
    SetPlayerDrunkLevel(playerid,0);
    SendClientMessage(playerid,0x7CFC00AA,"Você virou religioso. Para voltar ao mundo das drogas digite: /dorgas");
    PlayerPlaySound(playerid, 1150, 0.0, 0.0, 0.0);
    format(string, sizeof(string), " %s virou religioso e pregará a palavra de Deus! (/religioso)", pName);
    SendClientMessageToAll(0xFFFF00AA, string);
    return 1;
    }


    Última edição por Sŵєєт ١ em Sáb 25 Jun 2016 - 23:06, editado 2 vez(es)
    [รรG]тнυG_Iиรidє
    [รรG]тнυG_Iиรidє
    --> Postador Fanático
    --> Postador Fanático


    Steam Steam : SteamAnonymous
    Zello : Scripter - Mapper - Designer
    Celular : +21 02176065546
    Mensagens : 480
    Moedas : 4176
    Data de inscrição : 03/08/2015
    Idade : 23
    Localização : 『R.Janeiro』

    Alguns Códigos bem Uteis para seu SA:MP Empty Re: Alguns Códigos bem Uteis para seu SA:MP

    Mensagem por [รรG]тнυG_Iиรidє Ter 15 Mar 2016 - 18:19

    Parabéns Sweet



    Alguns Códigos bem Uteis para seu SA:MP O0trgg Alguns Códigos bem Uteis para seu SA:MP Script10
    Alguns Códigos bem Uteis para seu SA:MP JhIEOUG
    Media_Roox
    Media_Roox
    --> Postador Médio
    --> Postador Médio


    Zello : Scripter
    Celular : 11980450146
    Mensagens : 249
    Moedas : 3429
    Data de inscrição : 29/02/2016
    Idade : 24

    Alguns Códigos bem Uteis para seu SA:MP Empty Re: Alguns Códigos bem Uteis para seu SA:MP

    Mensagem por Media_Roox Sex 18 Mar 2016 - 13:12

    MUITO BOM VLW AJUDOU MUITO!



                                                                          Alguns Códigos bem Uteis para seu SA:MP Z1wTjAQ                                                                                            Alguns Códigos bem Uteis para seu SA:MP N-560x95_FFFFFF_FFFFFF_000000_000000                                                                                                                                     
                      
    avatar
    -
    SS - Membro de honra
    SS - Membro de honra


    Celular : -
    Mensagens : 2172
    Moedas : 7389
    Data de inscrição : 12/10/2015
    Idade : 73

    Alguns Códigos bem Uteis para seu SA:MP Empty Re: Alguns Códigos bem Uteis para seu SA:MP

    Mensagem por - Qua 23 Mar 2016 - 16:43

    Vlw Thug.


    Que bom que te ajudou Media.
    Stremmer_Scripter#0961
    Stremmer_Scripter#0961
    --> Postador Fanático
    --> Postador Fanático


    Celular : 17981120325
    Mensagens : 681
    Moedas : 3000
    Data de inscrição : 19/10/2019
    Idade : 28

    Alguns Códigos bem Uteis para seu SA:MP Empty Re: Alguns Códigos bem Uteis para seu SA:MP

    Mensagem por Stremmer_Scripter#0961 Dom 2 Jan 2022 - 20:41

    muito ecelente

    Conteúdo patrocinado


    Alguns Códigos bem Uteis para seu SA:MP Empty Re: Alguns Códigos bem Uteis para seu SA:MP

    Mensagem por Conteúdo patrocinado


      Data/hora atual: Qui 2 maio 2024 - 14:58