SA-MP Forums Archive
[Ajuda] Oshe , o que estб acontecendo neste erro "/raidcall" ? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Oshe , o que estб acontecendo neste erro "/raidcall" ? (/showthread.php?tid=581866)



Oshe , o que estб acontecendo neste erro "/raidcall" ? - ScripterInicianteBR - 16.07.2015

olha sу nгo entendi oque pode ser ...

pawn Код:
if (strcmp("/raidcall", cmdtext, true, 10) == 0)
    {
        SendClientMessage(playerid,-1 ,"______________________| {1900FF}B{00FF22}P{EDFF26}F{FFFFFF} RaidCall |__________________ ");
        SendClientMessage(playerid,-1 ,"{1900FF}B{00FF22}P{EDFF26}F{FFFFFF} » Bem vindo ao Brasil PlayFaster RPG !");
        SendClientMessage(playerid,-1 ,"{1900FF}B{00FF22}P{EDFF26}F{FFFFFF} » RaidCall: 11213288! ");
        SendClientMessage(playerid,-1 ,"{1900FF}B{00FF22}P{EDFF26}F{FFFFFF} » TeamSpeak: Em Breve... ! ");
        return 1;
    }
    return 0;
}
OBS: ERROR :
pawn Код:
C:\Users\Marcio Siqueira\Desktop\Projeto Gamemode ъnico por Matheus_Siqueira\gamemodes\Projeto.pwn(178) : error 010: invalid function or declaration
C:\Users\Marcio Siqueira\Desktop\Projeto Gamemode ъnico por Matheus_Siqueira\gamemodes\Projeto.pwn(184) : error 010: invalid function or declaration
C:\Users\Marcio Siqueira\Desktop\Projeto Gamemode ъnico por Matheus_Siqueira\gamemodes\Projeto.pwn(186) : error 010: invalid function or declaration
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


3 Errors.

* IMAGEM : *

Veja as linhas '-'
- http://prntscr.com/7t8kjo


Re: Oshe , o que estб acontecendo neste erro "/raidcall" ? - ForT - 16.07.2015

Retire
PHP код:
    return 0;

apуs o comando /creditos.


Re: Oshe , o que estб acontecendo neste erro "/raidcall" ? - _Play_ - 16.07.2015

Tenta tira aquele return 0; e o } dps do /creditos


Re: Oshe , o que estб acontecendo neste erro "/raidcall" ? - Welconha - 16.07.2015

PHP код:
if (strcmp("/raidcall"cmdtexttrue10) == 0)
    {
        
SendClientMessage(playerid,-,"______________________| {1900FF}B{00FF22}P{EDFF26}F{FFFFFF} RaidCall |__________________ ");
        
SendClientMessage(playerid,-,"{1900FF}B{00FF22}P{EDFF26}F{FFFFFF} » Bem vindo ao Brasil PlayFaster RPG !");
        
SendClientMessage(playerid,-,"{1900FF}B{00FF22}P{EDFF26}F{FFFFFF} » RaidCall: 11213288! ");
        
SendClientMessage(playerid,-,"{1900FF}B{00FF22}P{EDFF26}F{FFFFFF} » TeamSpeak: Em Breve... ! ");
    }
    return 
1;




Re: Oshe , o que estб acontecendo neste erro "/raidcall" ? - ScripterInicianteBR - 16.07.2015

Esqueci de avisar-los ...

Deu certo vlw *-*