SA-MP Forums Archive
[Ajuda] Sistema tutorial. - 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] Sistema tutorial. (/showthread.php?tid=396945)



Sistema tutorial. - sofina - 02.12.2012

Bom, eu vi um tutorial aqui no fуrum de como criar um tutorial, eu fiz igual o do fуrum mais nгo compila sempre da erro.

Код:
C:\Users\Leilson\Desktop\Los Angeles Official 2013 RPG\gamemodes\teste.pwn(19) : error 004: function "ClearChatbox" is not implemented
C:\Users\Leilson\Desktop\Los Angeles Official 2013 RPG\gamemodes\teste.pwn(20) : error 035: argument type mismatch (argument 2)
C:\Users\Leilson\Desktop\Los Angeles Official 2013 RPG\gamemodes\teste.pwn(21) : error 035: argument type mismatch (argument 2)
C:\Users\Leilson\Desktop\Los Angeles Official 2013 RPG\gamemodes\teste.pwn(22) : error 035: argument type mismatch (argument 2)
C:\Users\Leilson\Desktop\Los Angeles Official 2013 RPG\gamemodes\teste.pwn(23) : error 035: argument type mismatch (argument 2)
C:\Users\Leilson\Desktop\Los Angeles Official 2013 RPG\gamemodes\teste.pwn(27) : error 054: unmatched closing brace ("}")
C:\Users\Leilson\Desktop\Los Angeles Official 2013 RPG\gamemodes\teste.pwn(31) : error 004: function "ClearChatbox" is not implemented
C:\Users\Leilson\Desktop\Los Angeles Official 2013 RPG\gamemodes\teste.pwn(32) : error 035: argument type mismatch (argument 2)
C:\Users\Leilson\Desktop\Los Angeles Official 2013 RPG\gamemodes\teste.pwn(33) : error 035: argument type mismatch (argument 2)
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


9 Errors.
Aqui estб o pedaзo do GM em que eu coloquei o tutorial.

Код:
#include a_samp
#include DOF2

#define Azul #1919B3
#define Amarelo #FFFF00
#define Laranja #FF8800
#define Rosa #FF80DF
#define Roxo #880099
#define Verde #00CC00
#define Vermelho #FF0E00

#define DIALOG_REGISTRO 1
#define DIALOG_LOGAR 2
#define ContasSalvas "/Contas/%s.ini"

forward LerTutorial(playerid);
public LerTutorial(playerid)
{
    ClearChatbox(playerid, 10);
    SendClientMessage(playerid, #FF0E00, "---------------BUNNYHOPPING---------------"); // Aqui serб um titulo, use cor diferente das frases abaixo
    SendClientMessage(playerid, #FF0E00, "Bunnyhopping significa, alguйm pulando que nem louco para chegar em um lugar mais rбpido");
    SendClientMessage(playerid, #FF0E00, "aqui й proibido Bunnyhopping. cuidado para nгo te reportarem");
    SendClientMessage(playerid, #FF0E00, "Serб kicked..");
    SetTimerEx("LerTutorial2", 30000, false, "d", playerid);
	return 1;
    }
}
forward LerTutorial2(playerid);
public LerTutorial2(playerid)
{
    ClearChatbox(playerid, 10);
    SendClientMessage(playerid, #FF0E00, "---------------Revenge Kill---------------"); // Aqui serб um titulo, use cor diferente das frases abaixo
    SendClientMessage(playerid, #FF0E00, "RK Significa: Revenge Kill й matar alguйm que jб te matou por vinganзa");
    SetTimerEx("LerTutorial3", 30000, false, "d", playerid);
	return 1;
}



Re: Sistema tutorial. - sofina - 02.12.2012

Alguйm ai poderia me ajudar? Eu agradeзo a quem me ajudar.


Re: Sistema tutorial. - humildadeforever - 02.12.2012

Uй, faзa como respondi no outro tуpico.