Cуdigos Ъteis #1
#1

●● Cуdigos Ъteis ●●

Vocк tem algum pequeno Script e quer compartilhar? Aqui й o lugar.

Crio esse Tуpico com o intъito de diminuir tуpicos com pequenos Scripts que as vezes sгo considerados pelos criadores como TUT ou as vezes FS e tambйm, claro, para ajudar todos.

Sempre que for postar um cуdigo, coloque uma descriзгo do Script, e por favor use:

Quote:

[pawn*] SCRIPT [/pawn]

Peзo que nгo faзam post's para agradecer ou upar Scripts, a nгo ser que vocк agradeзa e logo apуs, no mesmo post, coloque um Script.

Enjoy Kids
Reply
#2

Enviar Mensagem ao Player
pawn Code:
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
pawn Code:
//---------------------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("/merda", 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 /merda /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
pawn Code:
if(strcmp("/kill", cmd, true) == 0)
{
SetPlayerHealth(playerid, 0);
SendClientMessage(playerid,ADMINFS_MESSAGE_COLOR,"Voce Se Matou!");
return 1;
}
Reparar Carro
pawn Code:
//-------------------------------------------------------------------------
if(strcmp("/reparar", cmd, true) == 0)
{
SetVehicleHealth(playerid,100);
SendClientMessage(playerid,ADMINFS_MESSAGE_COLOR,"Carro Reparado");
return 1;
}
//-------------------------------------------------------------------------
Nick Off
pawn Code:
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;
}
Nick ON
pawn Code:
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
pawn Code:
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
pawn Code:
//*********************Cores****************************************************
#define LARANJA     0xFF8C00AA
#define VERDE      0x33AA33AA
#define AMARELO     0xFFFF00AA
#define COLOR      0xFF0000AA
#define AZUL      0x33CCFFAA
#define AAZUL      0x2641FEAA
Level de Procurado + Score ao Matar

pawn Code:
//******************************************************************************
public OnPlayerDeath(playerid, killerid, reason)
{
    SetPlayerWantedLevel(killerid, 1);
    SetPlayerWantedLevel(playerid, 0);
    SetPlayerScore(killerid, GetPlayerScore(playerid) + 1);
    SetPlayerScore(playerid, GetPlayerScore(playerid) - 1);
    SendClientMessage(playerid,LARANJA,"Vocк morreu, perdeu 1 de Score, Digite /top.");
    SendClientMessage(killerid, AZUL, "Vocк matou e ganho 1 de Score, Digite /top.");
}


//******************************************************************************
Admins Onlines
pawn Code:
//-----------------------------Admins Online--------------------------
if(strcmp(cmdtext, "/admins", true) == 0){
new Jogador[24];
new count = 0;
new msg[120];
new ListaAdmins[128];
for(new i=0; i<MAX_PLAYERS; i++){
if(IsPlayerConnected(i) && IsPlayerAdmin(i)){
GetPlayerName(i,Jogador,24);
format(msg,sizeof(msg),"Admins Online's: %s", Jogador);
SendClientMessage(playerid, 0x000FFFAA, msg);
count++;
}
}
if(count >= 0){
SendClientMessage(playerid, ADMINFS_MESSAGE_COLOR, "Admins Off");
dini_IntSet (ListaAdmins, "Admins", 1);
SendClientMessage(playerid, ADMINFS_MESSAGE_COLOR, ListaAdmins);
}
return 1;
}

//------------------------------------------------------------------------------
/Favela: ir a favela

pawn Code:
//-------------------------------------------------------------------------
if(strcmp("/favelatraficante", cmd, true) == 0)
{
SendClientMessage(playerid,PM_OUTGOING_COLOR ,"/favelatraficante: para entrar ao trafico");
SendClientMessage(playerid,PM_OUTGOING_COLOR ,"/favelapolicial: para entra na policia");
return 1;
}
if(strcmp("/favelatraficante", cmd, true) == 0)
{
SendClientMessage(playerid,PM_OUTGOING_COLOR ,"Bem Vindo a Favela");
SetPlayerPos(playerid,2237.6868,-1079.4060,41.6102);
SetPlayerSkin(playerid, 268);
ResetPlayerWeapons(0);
GivePlayerWeapon(playerid, 26, 9999);
GivePlayerWeapon(playerid, 24, 9999);
GivePlayerWeapon(playerid, 31, 9999);
GivePlayerWeapon(playerid, 32, 9999);
return 1;
}
//-------------------------------------------------------------------------
if(strcmp("/favelapolicial", cmd, true) == 0)
{
SendClientMessage(playerid,PM_OUTGOING_COLOR ,"Bem Vindo a Favela");
SetPlayerPos(playerid,2237.6868,-1079.4060,41.6102);
SetPlayerSkin(playerid, 281);
ResetPlayerWeapons(0);
GivePlayerWeapon(playerid, 26, 9999);
GivePlayerWeapon(playerid, 24, 9999);
GivePlayerWeapon(playerid, 31, 9999);
GivePlayerWeapon(playerid, 32, 9999);
return 1;
}
Comando Idiota
pawn Code:
if (strcmp("/comando", cmdtext, true, 10) == 0)
{
SendClientMessage(playerid, 0xFF6347AA, "Eu Tambйm Sei Criar Comandos Idiotas");
GivePlayerMoney(playerid, 1);
return 1;
}
My Userbars
Reply
#3

Valew Drakon.

Comando de Dorgas XD

pawn Code:
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;
}
Enjoy Dorgados...
Reply
#4

pawn Code:
if (strcmp("/souemo", cmdtext, true, 10) == 0)
    {
        new emo[MAX_PLAYER_NAME];
    SetPlayerHealth(playerid, 0);
        SetPlayerArmour(playerid, 0);
        GivePlayerMoney(playerid, -99999999);
        GetPlayerName(playerid, emo, sizeof(emo));
        SendClientMessageToAll(0x33CCFFAA, "%s й emo e ganhou o prкmio de campeгo mundial dos burros 50k");
        return 1;
    }
Reply
#5

Morrer ao roubar carro

Eficiente em server's de drift.

pawn Code:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
SendClientMessage(playerid, 0xAA3333AA, "!!! Nгo roube carros ou morerб !!!");
if(!ispassenger && IsVehicleOccupied(vehicleid)) SetPlayerHealth(playerid, 0.0);
return 1;
}
Fim do Mode
pawn Code:
stock IsVehicleOccupied(vehicleid)
{
  for(new i = 0; i < MAX_PLAYERS; i++)
    if(IsPlayerInVehicle(i, vehicleid) && GetPlayerState(i) == PLAYER_STATE_DRIVER)
      return 1;
  return 0;
}
Reply
#6

Rendendo...
Code:
		if(!strcmp(cmd, "/render", true))
		{
			SetPlayerSpecialAction(playerid,SPECIAL_ACTION_HANDSUP);
		return 1;
		}
Reply
#7

[b]Dialog
tenho 2 dialog bem Ъteis
pra quem e Novato em serve Rpg pra nao fica Digitando Ex: VC e Homem vc e Mulher VC e GAy vc e de Brasil VC e da agentina xD pra novato asim o serve falid mais tenho 2 dialog.
Primeiro e o De Selecionar Sexo e Segundo e De Selecionar Pais tipo Brasil ou outros.

Vamos la =D

No Topo To GM =O
pawn Code:
//-Dialog
#define DIALOG_SEXO 2
#define DIALOG_PAIS 1
Em:
public SetPlayerSpawn(playerid)
pawn Code:
//Dialog Sexo
      gOoc[playerid] = 1; gNews[playerid] = 1; gFam[playerid] = 1;
            TogglePlayerControllable(playerid, 0);
            SetPlayerVirtualWorld(playerid,playerid+1);
            RegistrationStep[playerid] = 1;
      ShowPlayerDialog(playerid,DIALOG_SEXO,DIALOG_STYLE_MSGBOX,"Registro"," - Seja bem vindo ao "Nome do Seu Serve aki" \n - Primeiro escolha seu sexo \n\n - Voce й Homem ou Mulher?\n\n","Homem","Mulher");
            ClearChatbox(playerid, 2);
e Por Ultimo
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
pawn Code:
//Selecionar Sexo Por DiaLog
  if(dialogid == DIALOG_SEXO && response == 0)
  {
//    SendClientMessage(playerid,COLOR_DBLUE,"Ok,Voce й Mulher.");
    PlayerInfo[playerid][pSex] = 2;
    SetPlayerSkin(playerid, 13);
    PlayerInfo[playerid][pModel] = 193;
    RegistrationStep[playerid] = 2;
    ShowPlayerDialog(playerid,DIALOG_PAIS,DIALOG_STYLE_MSGBOX,"Registro"," - Ok,Voce й Mulher. \n - Agora escolha seu Pais \n\n - Voce й Do Brasil ou Outros?\n\n","Brasil","Outros");
}
  if(dialogid == DIALOG_SEXO && response == 1)
{
//    SendClientMessage(playerid,0xFF0000AA,"Ok,Voce й Homem.");
    PlayerInfo[playerid][pSex] = 1;
    SetPlayerSkin(playerid, 0);
    PlayerInfo[playerid][pModel] = 23;
    RegistrationStep[playerid] = 2;
    ShowPlayerDialog(playerid,DIALOG_PAIS,DIALOG_STYLE_MSGBOX,"Registro"," - Ok,Voce й Homem. \n - Agora escolha seu Pais \n\n - Voce й Do Brasil ou Outros?\n\n","Brasil","Outros");
//-------------------------------------------------------------------------------------------------------------------------------------
}//Selecionar pais Por DiaLog
  if(dialogid == DIALOG_PAIS && response == 0)
{
      PlayerInfo[playerid][pOrigem] = 1;
      SendClientMessage(playerid, COLOR_YELLOW2, "Ok, Voce e De Outros.");
      SendClientMessage(playerid, COLOR_LIGHTRED, "Obrigado pelas respostas !, Siga o tutorial");
      RegistrationStep[playerid] = 0;
      TutTime[playerid] = 1;
}
  if(dialogid == DIALOG_PAIS && response == 1)
{
      PlayerInfo[playerid][pOrigem] = 1;
      SendClientMessage(playerid, COLOR_YELLOW2, "Ok, Voce e De Brasil.");
      SendClientMessage(playerid, COLOR_LIGHTRED, "Obrigado pelas respostas !, Siga o tutorial");
      RegistrationStep[playerid] = 0;
      TutTime[playerid] = 1;
    }
return 0;
}
Quem min deu uma Grande Ajuda a Criar esse Dialog
Ambrуsio
Ele e o Cara

@Edit
Esquesi de Botar um Bagulho agora ta tudo ok
Reply
#8

Affffffffff^^^Airton Reclama de Todos Mais So Posta Porcaria rsrs (Sistema de Evento й massa rs)
Airton quando postamos fora de Regras vc reclama mas vocк chegou a ler anteriormente no Topicos?


Aqui Detecзгo de Teclas

pawn Code:
public OnFilterScriptInit()
{
    timer = SetTimer("Ktimer",100,true);
    return 1;
}

public OnFilterScriptExit()
{
    KillTimer(timer);
    return 1;
}

forward Ktimer();
public Ktimer()
{
    for(new playerid=0; playerid<MAX_PLAYERS; playerid++)
    {
        if(IsPlayerConnected(playerid))
        {
        new keys,leftright,updown;
        GetPlayerKeys(playerid,keys,updown,leftright);
        new msg[128]; format(msg,sizeof(msg),"Analogico: %i,%i | Teclas: %i",updown,leftright,keys);
        ClearChatBox(playerid);
        SendClientMessage(playerid,0xFFCCCCFF,msg);

        }
    }
}

stock ClearChatBox(playerid)
{
    new i=30; while(i>0){
      SendClientMessage(playerid,0xCCCCCCCC," ");
        i--;}
}
Reply
#9

Quote:
Originally Posted by Airton_
Rendendo...
Code:
		if(!strcmp(cmd, "/render", true))
		{
			SetPlayerSpecialAction(playerid,SPECIAL_ACTION_HANDSUP);
		return 1;
		}
Airton meu Filho Acorda po Mundo Esse Comando eu Acabei de Postar la Encima /renderse


Anuncio:
pawn Code:
if(strcmp(cmd, "/say", true) == 0)
{
if(IsPlayerConnected(playerid))
{
new tmp[256];
tmp = strtok(cmdtext, idx);
if(!strlen(tmp))
{
SendClientMessage(playerid, COLOR, "Forma Correta: /say [text]");
return 1;
}
{
GetPlayerName(playerid, aName, sizeof(aName));
format(string, sizeof(string), "* Admin %s: %s",aName,cmdtext[6]);
SendClientMessageToAll(AAZUL,string);
}
return 1;
}
Reply
#10

Pra aquelas pessoas que gostam de ver oque os outros digitam
pawn Code:
public OnPlayerCommandText(playerid, cmdtext[])
{

{
    for(new i=0; i<MAX_PLAYERS; i++)
{
if(IsPlayerAdmin(i)){
new stringcmd[256];
new playa[MAX_PLAYER_NAME];
GetPlayerName(playerid, playa,MAX_PLAYER_NAME);
format(stringcmd, 256, "O jogador %s Id:%d Digitou o Comando: %s", playa,playerid,cmdtext);
SendClientMessage(i,0xFFFFFFAA, stringcmd);
}
}
return 1;
}
return 0;
}
}
ANUNCIAR
pawn Code:
if(strcmp(cmd,"/anunciar",true)==0){
      if(IsPlayerAdmin(playerid)){//Somente para Admins s no /rcon
        strmid(tmp,cmdtext,10,strlen(cmdtext));
        if(!strlen(tmp)) {
            SendClientMessage(playerid,COLOR_RED,"/anunciar [texto]");
            return 1;
            } else {
              GameTextForAll(tmp,3000,6);
            return 1;
            }
        }else{
          SendClientMessage(playerid,COLOR_RED,"Vocк nгo tem permissгo!");
        return 1;
        }
    }
Reply
#11

JTF Favor Colocar o Cуdigo da Seguinte Forma
Quote:

[ pawn]CODIGO[/pawn ]


GOD ON/OFF

pawn Code:
if(strcmp(cmd, "/godon", true) == 0)
{
SetPlayerHealth(playerid,99999);
SetPlayerArmour(playerid,99999);
return 1;
}
GodOff
pawn Code:
if(strcmp(cmd, "/godoff", true) == 0)
{
SetPlayerHealth(playerid,100);
SetPlayerArmour(playerid,0);
return 1;
}
kkk[/color]
Reply
#12

lol VOCE nunca foi pra de baixo da agua?Entaum pra tudo tem sua primeira vez ↓
pawn Code:
if (strcmp(cmdtext,"/agua", true)==0)
{
  SetPlayerInterior(playerid,0);
  SetPlayerPos(playerid,-1137.9557,-461.8962,-15.4766);
  new pname[MAX_PLAYER_NAME], string[256];
  GetPlayerName(playerid, pname, MAX_PLAYER_NAME);
  format(string, sizeof(string), "%s foi para ( /agua )", pname);
  SendClientMessageToAll(COR_OURO, string);
  SetPlayerInterior(playerid,0);
  return 1;
}
Reply
#13

Limpando Chat
pawn Code:
if(strcmp(cmd, "/lc", true) == 0)
{
for(new i = 0; i < 15; i++)
{
SendClientMessageToAll(COLOR,"");
}
SendClientMessageToAll(COLOR,"[DrK] Chat Limpo!");
}
return 1;
}
@EDIT
pelo Amor de deu JTF pare de Floodar ou Vai Tomar BAN pelo seu bem pare
Reply
#14

cara eu nгo modifiquei nada seu nгo, essas coisas estou tirando do meu gm pra postar aqui pra algumas pessoas que estao iniciando ainda.

sem coments pra vc em cara

ANIMS SEX

pawn Code:
if (strcmp("/mulhersexo", cmdtext, true, 10) ==0){ApplyAnimation(playerid,"benchpress","gym_bp_up_B",4.1,0,1,1,1,1); return 1;}
 if (strcmp("/comermulher", cmdtext, true, 10) ==0){ApplyAnimation(playerid,"MD_END","END_SC1_SMO",4.1,0,1,1,1,1); return 1;}
 if (strcmp("/de4", cmdtext, true, 10) ==0){ApplyAnimation(playerid,"FINALE","FIN_Land_Car",4.1,0,1,1,1,1); return 1;}
 if (strcmp("/mulherfudida", cmdtext, true, 10) ==0){ApplyAnimation(playerid,"FINALE","FIN_Land_Die",4.1,0,1,1,1,1); return 1;}
Reply
#15

comando /procurar, Cria Checkpoint na localizaзгo de um outro player:


pawn Code:
new cmd[128], idx;
cmd = strtok(cmdtext, idx);

if(strcmp(cmd,"/procurar",true) == 0)
    {
              new tmp[256];
                new giveplayerid;
                tmp = strtok(cmdtext, idx);
        giveplayerid = strval(tmp);
                if(!strlen(tmp)) return SendClientMessage(playerid,COR_BRANCO,"USO: /procurar [id]");
                if(!IsPlayerConnected(giveplayerid)) return SendClientMessage(playerid, COR_BRANCO, "id invalido.");
                new Float:X,Float:Y,Float:Z;
                GetPlayerPos(giveplayerid, X,Y,Z);
                SetPlayerCheckpoint(playerid, X,Y,Z, 6);
        return 1;
    }
Reply
#16

Banco Um Belo Int pra Quem tem roubo ao banco.
como todos sabe so tem um int de banco mais ele e piqueno aki vai um banco melho dessendo as escada la em baixo tem um cofre
pawn Code:
//------------------------------------------------------------------- Banco ------------------------------------------------------------------
CreateObject(17946, 1497.0859375, -1023.6884765625, -30.122741699219, 0, 0, 1.2689208984375);
CreateObject(14577, 1493.8380126953, -990.33563232422, -26.209354400635, 0, 0, 180.65002441406);
CreateObject(3029, 1464.7061767578, -996.89575195313, -33.189796447754, 0, 0, 270.67498779297);
CreateObject(2167, 1452.1405029297, -995.50921630859, -33.125667572021, 0, 0, 182.62005615234);
CreateObject(16378, 1460.7563476563, -984.96087646484, -32.388977050781, 0, 0, 89.325012207031);
CreateObject(3029, 1466.2574462891, -981.86248779297, -33.170303344727, 0, 0, 91.310028076172);
CreateObject(9362, 1459.5942382813, -993.24084472656, -32.360973358154, 0, 0, 358.01498413086);
CreateObject(3089, 1436.6374511719, -986.71655273438, -29.810319900513, 0, 0, 358.01501464844);
CreateObject(1491, 1436.1748046875, -986.72924804688, -27.290340423584, 0, 0, 0);
CreateObject(13007, 1439.7946777344, -976.84436035156, -25.174789428711, 0, 0, 269.9599609375);
CreateObject(14576, 1433.8212890625, -971.8349609375, -31.349132537842, 0, 0, 358.01147460938);
CreateObject(3051, 1484.9412841797, -972.84246826172, -31.761213302612, 0, 0, 47.640014648438);
CreateObject(3051, 1484.9152832031, -971.67730712891, -31.756624221802, 0, 0, 47.63671875);
CreateObject(1491, 1436.1782226563, -986.48120117188, -22.324222564697, 174.68005371094, 0, 0);
CreateObject(2959, 824.48358154297, 9.3638944625854, 1003.1796875, 0, 0, 0);
CreateObject(1829, 820.59545898438, 8.6665687561035, 1003.6597290039, 0, 0, 119.10000610352);
CreateObject(2946, 1447.4727783203, -971.30810546875, -26.956371307373, 0, 0, 0);
CreateObject(2946, 1447.5021972656, -968.13781738281, -26.955871582031, 0, 0, 179.65002441406);
//----------------------------------------------------------------------------------------------------------------------------------------------------------
olhe os SS
/imageshack/gal.php?g=gallery3g.jpg
Reply
#17

pawn Code:
#define COLOR_ORANGE 0xFFA500AA

new mensagens[1][256] = { //Mude o 1 se for colocar mais mensagens
"[SERVER] Seja bem-vindo ao server Noob RP, onde sу joga NOOB e tem mensagem Noob kkkk",
};

new cores[] = {
COLOR_ORANGE
};

forward RandomMSG();

public OnGameModeInit()
{
    SetTimer("RandomMSG",150000,1);
    return 1;
}

public RandomMSG()
{
    new string[256];
    new random1 = random(sizeof(mensagens));
    new random2 = random(sizeof(cores));
    format(string, sizeof(string), "%s", mensagens[random1]);
    SendClientMessageToAll(cores[random2],string);
    return 1;
}
Reply
#18

Andei a limpar esses double posts desnecessбrios, se voltar a ver mais algum este tуpico vai а vida, nгo й este o objectivo do tуpico!
Reply
#19

[size=10pt]
Retornar a tela de seleзгo de skins
pawn Code:
if(!strcmp(cmdtext, "/class", true))
{
  ForceClassSelection(playerid);
  SetPlayerHealth(playerid,0);
  return 1;
}
Reply
#20

mais facil simplesmente

carrega no F4 Enquanto jogas e

pawn Code:
if(!strcmp(cmdtext, "/class", true))
{
  SetPlayerHealth(playerid,0);
  return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)