[Ajuda] erro function "ClearChatbox" is not implemented
#1

Olб,
To cm um erro aqui
function "ClearChatbox" is not implemented
Код:
error 004: function "ClearChatbox" is not implemented
LINHA

Код:
ClearChatbox(playerid, 100);
Reply
#2

Certifique que tem a callback e a forward ou stock.
Reply
#3

PHP код:
stock ClearChatbox(playeridlines)
{
        for(new 
ilinesi++)
        {
            
SendClientMessage(playeridCOLOR_GREY" ");
        }
        return 
true;

Reply
#4

#UP n ta indo
COD
Код:
ClearChatbox(playerid, 100);
                InterpolateCameraPos( playerid, 354.5289, 189.0204, 1010.7874 ,354.5289, 189.0204, 1010.7874,5000, CAMERA_MOVE);
                //InterpolateCameraLookAt( playerid, 195.1664, 176.2785, 1002.7268, 195.1664, 176.2785, 1002.7268,5000 ,CAMERA_MOVE);
                SetPlayerInterior(playerid, 3);
                SetPlayerVirtualWorld(playerid, 1);
Reply
#5

Eu uso este!

para usar.
PHP код:
limparChat(playerid50); // 50  =  linhas 
Em qualquer lugar da gamemode.
PHP код:
stock limparChat(playeridlinhas)
{
    for(new 
0<= linhasb++) SendClientMessage(playerid, -1" ");

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)