[Ajuda]sistema de mensagens automaticas
#1

eu queria um sistema de mensagens automaticas para eu usar isso


PHP код:
new strtut[256];
format(strtut,sizeof(strtut),"~b~       Seja Bem Vindo~n~~w~Bem vindo a Brasil Games RPG~n~O servidor nгo possui sistema~n~de orgs/liders por ser BETA.~n~Tenha um bom jogo!!!,~n~Equipe BG~n~By THE.");
TextDrawSetString(TutuText[playerid], strtut);
TextDrawHideForPlayer(playeridTutuBox[playerid]);
TextDrawHideForPlayer(playeridTutuText[playerid]);
TextDrawShowForPlayer(playeridTutuBox[playerid]);
TextDrawShowForPlayer(playeridTutuText[playerid]); 
Reply
#2

Desta forma irб mandar mensagens no chat:

PHP код:
public OnGameModeInit()
{
    
SetTimer("Msgs"300000true);
    return 
1;
}

new 
Msgs[][128] = {
{
"Mensagem1"},
{
"Mensagem2"},
{
"Mensagem3"}
};

forward Msgs();

public 
Msgs()
    return 
SendClientMessageToAll(0xFFFF00FFMsgs[random(sizeof Msgs)]); 
Reply
#3

vlw obrigado
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)