[AJUDA] /fumar
#1

Tipo eu meto o comando /fumar mas ele fuma sem cigarro, e eu ja vi num server ao fazer /fumar aparecia o sigarro, aguem sabe como posso meter ? agradeco
Reply
#2

Eu jб te ajudo, vou sу jantar, depois eu faзo edit no tуpico...

Atй jб...
Reply
#3

Fiz um para vocк!
pawn Код:
if(strcmp(cmd, "/fumar", true) == 0)
{
    SetPlayerSpecialAction(playerid, SPECIAL_ACTION_SMOKE_CIGGY);
    return 1;
}
Reply
#4

agradeзo mesmo, Swat007forever obrigado na mesma vleu mesmo
Reply
#5

Sim й isso ASDF, basta pфr a SpecialAction do SMOKE
Turetoo desculpa a demora...

Cumps,
Swat
Reply
#6

esse codigo nao da xD eu meti e depois ao ir ao jogo nao posso usar comandos
Reply
#7

Eu no meu servidor tenho assim:

pawn Код:
if(strcmp(cmd, "/fumar", true) == 0)
    {
        if(IsPlayerConnected(playerid))
        {
                        SetPlayerSpecialAction(playerid,SPECIAL_ACTION_SMOKE_CIGGY);
                return 1;
        }
    }
Reply
#8

pawn Код:
if(strcmp(cmd, "/fumar", true, 10) == false)
  {
   if(IsPlayerConnected(playerid))      
   {
     SendClientMessage(playerid, COR , "Vocк nгo estб conectado!");
     return 1;
    }
    SetPlayerSpecialAction(playerid,SPECIAL_ACTION_SMOKE_CIGGY);
    return 1;
 }
Reply
#9

ei agora o meu pawno ao compilar diz "pawno.exe deixou de funcionar
aserio ? ajudem me ( agora perdi o meu server
Reply
#10

pawn Код:
if(strcmp(cmd, "/fumar", true, 10) == false)
  {
   iff(IsPlayerConnected(playerid))      
   {
     SendClientMessage(playerid, COR , "Vocк nгo estб conectado!");
     return 1;
    }
    SetPlayerSpecialAction(playerid,SPECIAL_ACTION_SMOKE_CIGGY);
    SendClientMessage(playerid, COR , "[INF] Se Voce fumar Muinto Poderб Morrer Seu Maconheiro");
    GameTextForPlayer(i, "~w~Fum~n~~r~ando ...", 5000, 1);
    return 1;
 }
codigo do lucas nicolas arrumado
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)