[Ajuda] Comando
#1

como faзo um comando que manda uma msg automatica tipo /krl o Administrador mandou todo mundo se fuder
Reply
#2

PHP код:
CMD:exemplo(playeridparams[])
{
new 
nomeadm[30], Str[300];
GetPlayerName(playeridnomeadm30);
format(Strsizeof(Str), "O Admin %s estб feliz ",nomeadm);
SendClientMessageToAll(-1Str);
return 
1;

Reply
#3

https://sampforum.blast.hk/showthread.php?tid=396524
Reply
#4

Ai eu jб nгo sei se o cara quer uma mensagem no chat, TextDraw ou GameTextForPlayer..
Reply
#5

TextDraw > All
Reply
#6

Simples e ъtil.

pawn Код:
CMD:krl(playerid) {
    new celula[70];
    if(IsPlayerAdmin(playerid)) {
        format(celula, sizeof(celula), "O administrador %s mandou todo mundo se fuder", jogador);
        SendClientMessageToAll(-1, celula);
    }
    else return SendClientMessage(playerid, -1, "Voce nao e administrador");
    return 1;
}
Se for fazer em TextDraw, no lugar do SendClientMessageToAll vocк formata a TextDraw.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)