[Ajuda] Alguem Me ajuda Com 3 erros de pawno!!
#1

if (strcmp(cmd, "/hotcaffe", true, 10) == 0){
SendClientMessage(playerid, Vermelho, ".:: Hotcaffe Sex Comandos ::.");
SendClientMessage(playerid, AzulClaro, "Para ficar em posiзгo de transar para mulheres digite: /mulhersexo");
SendClientMessage(playerid, AzulClaro, "Para comer a mulher digite: /comermulher");
SendClientMessage(playerid, AzulClaro, "Para ficar de 4 digite: /de4");
SendClientMessage(playerid, AzulClaro, "Para rolar e deitar digite: /mulherfudida ");
SendClientMessage(playerid, AzulClaro, "Para dar o Crйu digite: /creu ");
SendClientMessage(playerid, AzulClaro, "Para coзar o ovo digite: /coзarovo ");
SendClientMessage(playerid, AzulClaro, "Para bater uma punheta digite: /punheta ");
SendClientMessage(playerid, AzulClaro, "Para Mijar digite: /mijar ");
return 1;
}
if (strcmp(cmd, "/mulhersexo", true, 10) ==0){ApplyAnimation(playerid,"benchpress","gym_bp_ up_B",4.1,0,1,1,1,1);}
if (strcmp(cmd, "/comermulher", true, 10) ==0){ApplyAnimation(playerid,"MD_END","END_SC1_SMO ",4.1,0,1,1,1,1);}
if (strcmp(cmd, "/de4", true, 10) ==0){ApplyAnimation(playerid,"FINALE","FIN_Land_Ca r",4.1,0,1,1,1,1);}
if (strcmp(cmd, "/mulherfudida", true, 10) ==0){ApplyAnimation(playerid,"FINALE","FIN_Land_Di e",4.1,0,1,1,1,1);}
if (strcmp(cmd, "/creu", true, 10) ==0){ApplyAnimation(playerid,"CHOPPA","CHOPPA_back ",4.1,1,1,1,1,1);}
if (strcmp(cmd, "/coзarovo", true, 10) ==0){ApplyAnimation(playerid,"MISC","Scratchballs_ 01",4.1,1,1,1,1,1);}
if (strcmp(cmd, "/punheta", true, 10) ==0){ApplyAnimation(playerid,"PAULNMAC", "wank_loop", 1.800001, 1, 0, 0, 1, 600);}
if (strcmp(cmd, "/mijar", true, 10) ==0){SetPlayerSpecialAction(playerid, 68);}
return 1;
}
(LINHA 386)if (strcmp(cmd, "/novoscomandos", true, 10) ==0){
SendClientMessage(playerid, Vermelho, ".:: Comandos ::.");
SendClientMessage(playerid, Laranja, "Para ver a lista de animaзoes digite /animes /animes2");
SendClientMessage(playerid, Laranja, "Para se matar digite: /morrer");
SendClientMessage(playerid, Laranja, "Para ver todos os teleportes digite: /teles");
SendClientMessage(playerid, Laranja, "Para mandar um Relatorio para um admin digite /relato);
SendClientMessage(playerid, Laranja, "Para ver os comandos de hotcaffe(putaria) digite /hotcaffe");
(LINHA 393)return 1;
}
(LINHA 395)return SendClientMessage(playerid,Vermelho,"Comando nгo encontrado! Digite /Ajuda e /novoscomandos para ver todos os comandos.");
}


Errros: C:\Lolgm\gamemodes\servertest.pwn(386) : error 010: invalid function or declaration
C:\Lolgm\gamemodes\servertest.pwn(393) : error 010: invalid function or declaration
C:\Lolgm\gamemodes\servertest.pwn(395) : error 010: invalid function or declaration
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
3 Errors.
Reply
#2

cara recomendo vocк ponha seus comandos dentro das tags [pawn] Seu cod [*/pawn] mais sem o *
Reply
#3

traduзao ?
Reply
#4

Cara recomendo vocк estudar um pouco identaзгo hem..
PHP код:
    if (strcmp(cmd"/hotcaffe"true10) == 0)
    {
        
SendClientMessage(playeridVermelho".:: Hotcaffe Sex Comandos ::.");
        
SendClientMessage(playeridAzulClaro"Para ficar em posiзгo de transar para mulheres digite: /mulhersexo");
        
SendClientMessage(playeridAzulClaro"Para comer a mulher digite: /comermulher");
        
SendClientMessage(playeridAzulClaro"Para ficar de 4 digite: /de4");
        
SendClientMessage(playeridAzulClaro"Para rolar e deitar digite: /mulherfudida ");
        
SendClientMessage(playeridAzulClaro"Para dar o Crйu digite: /creu ");
        
SendClientMessage(playeridAzulClaro"Para coзar o ovo digite: /coзarovo ");
        
SendClientMessage(playeridAzulClaro"Para bater uma punheta digite: /punheta ");
        
SendClientMessage(playeridAzulClaro"Para Mijar digite: /mijar ");
        return 
1;
    }
    if (
strcmp(cmd"/mulhersexo"true10) ==0)
    {
        
ApplyAnimation(playerid,"benchpress","gym_bp_ up_B",4.1,0,1,1,1,1);
        return 
1;
    }
    if (
strcmp(cmd"/comermulher"true10) ==0)
    {
        
ApplyAnimation(playerid,"MD_END","END_SC1_SMO ",4.1,0,1,1,1,1);
        return 
1;
    }
    if (
strcmp(cmd"/de4"true10) ==0)
    {
        
ApplyAnimation(playerid,"FINALE","FIN_Land_Ca r",4.1,0,1,1,1,1);
        return 
1;
    }
    if (
strcmp(cmd"/mulherfudida"true10) ==0)
    {
        
ApplyAnimation(playerid,"FINALE","FIN_Land_Di e",4.1,0,1,1,1,1);
        return 
1;
    }
    if (
strcmp(cmd"/creu"true10) ==0)
    {
        
ApplyAnimation(playerid,"CHOPPA","CHOPPA_back ",4.1,1,1,1,1,1);
        return 
1;
    }
    if (
strcmp(cmd"/coзarovo"true10) ==0)
    {
        
ApplyAnimation(playerid,"MISC","Scratchballs_ 01",4.1,1,1,1,1,1);
        return 
1;
    }
    if (
strcmp(cmd"/punheta"true10) ==0)
    {
        
ApplyAnimation(playerid,"PAULNMAC""wank_loop"1.8000011001600);
        return 
1;
    }
    if (
strcmp(cmd"/mijar"true10) ==0)
    {
        
SetPlayerSpecialAction(playerid6);
        return 
1;
    }
    if(
strcmp(cmd"/novoscomandos"true) ==0)
    {
        
SendClientMessage(playeridVermelho".:: Comandos ::.");
        
SendClientMessage(playeridLaranja"Para ver a lista de animaзoes digite /animes /animes2");
        
SendClientMessage(playeridLaranja"Para se matar digite: /morrer");
        
SendClientMessage(playeridLaranja"Para ver todos os teleportes digite: /teles");
        
SendClientMessage(playeridLaranja"Para mandar um Relatorio para um admin digite /relato");
        
SendClientMessage(playeridLaranja"Para ver os comandos de hotcaffe(putaria) digite /hotcaffe");
    } 
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)