Canal de dudas para mi servidor
#1

Resumen del pedido: -[Pedido] Canal de dudas para mi servidor -hi
Explicaciуn detallada del pedido: - Hola, necesito que me pasan el mismo canal de dudas que tiene el servidor FZ yo ire cambiando el color y algunas cosas necesito el canal de dudas /n y para activarlo y desactivarlo con /canaldudas y que esperen 30s cada vez que envien una pregunta
GM Base (opcional): -Gamemode base 0.0.4 http://pawnoscript.com/foro/gamemodes/base-t2543.html
Notas (opcional): +1 y muchisimas gracias -hi
Reply
#2

Лste tema le serб de mucha ayuda:
https://sampforum.blast.hk/showthread.php?tid=551179
Reply
#3

pawn Код:
#include <sscanf2> //https://sampforum.blast.hk/showthread.php?tid=120356
#include <zcmd> //https://sampforum.blast.hk/showthread.php?tid=91354
#include <SetTimerCMD_V3> //https://sampforum.blast.hk/showthread.php?pid=2547692#pid2547692

new bool:CanalDudaActivo;

CMD:canaldudas(playerid, params[]){
    if(!IsPlayerAdmin(playerid))return SendClientMessage(playerid, -1, "no eres admninistrador");
    if(!CanalDudaActivo){
        CanalDudaActivo = true;
        SendClientMessageToAll(-1, "el canal de dudas ha sido activado.");
    }else{
        CanalDudaActivo = false;
        SendClientMessageToAll(-1, "el canal de dudas ha sido desactivado.");
    }
    return true;
}

CMD:n(playerid, params[]){
    new texto[144], data[144];
    if(!CanalDudaActivo)return SendClientMessage(playerid, -1, "el canal de duda esta desactivado");
    if(GetTimerCMD(playerid,0)) {
        format(data, sizeof(data), "debes esperar %d segundos para volver a utilizar el comando.", GetSegTimetCMD(playerid,0));
        return SendClientMessage(playerid, -1, data);
    }
    if(sscanf(params, "s[144]",texto))return SendClientMessage(playerid, -1, "usa /n [duda]");
    SetTimerCMD(playerid,0,30);
    format(data,sizeof(data),"DUDA: %s",texto);
    SendClientMessageToAll(-1, data);
    SendClientMessage(playerid, -1, "haz enviado una duda");
    return true;
}
Reply
#4

Quote:
Originally Posted by OTACON
Посмотреть сообщение
pawn Код:
#include <sscanf2> //https://sampforum.blast.hk/showthread.php?tid=120356
#include <zcmd> //https://sampforum.blast.hk/showthread.php?tid=91354
#include <SetTimerCMD_V3> //https://sampforum.blast.hk/showthread.php?pid=2547692#pid2547692

new bool:CanalDudaActivo;

CMD:canaldudas(playerid, params[]){
    if(!IsPlayerAdmin(playerid))return SendClientMessage(playerid, -1, "no eres admninistrador");
    if(!CanalDudaActivo){
        CanalDudaActivo = true;
        SendClientMessageToAll(-1, "el canal de dudas ha sido activado.");
    }else{
        CanalDudaActivo = false;
        SendClientMessageToAll(-1, "el canal de dudas ha sido desactivado.");
    }
    return true;
}

CMD:n(playerid, params[]){
    new texto[144], data[144];
    if(!CanalDudaActivo)return SendClientMessage(playerid, -1, "el canal de duda esta desactivado");
    if(GetTimerCMD(playerid,0)) {
        format(data, sizeof(data), "debes esperar %d segundos para volver a utilizar el comando.", GetSegTimetCMD(playerid,0));
        return SendClientMessage(playerid, -1, data);
    }
    if(sscanf(params, "s[144]",texto))return SendClientMessage(playerid, -1, "usa /n [duda]");
    SetTimerCMD(playerid,0,30);
    format(data,sizeof(data),"DUDA: %s",texto);
    SendClientMessageToAll(-1, data);
    SendClientMessage(playerid, -1, "haz enviado una duda");
    return true;
}
Tus llaves se ven desordenadas, es feo.
Reply
#5

Quote:
Originally Posted by jotajeda
Посмотреть сообщение
Tus llaves se ven desordenadas, es feo.
yo lo veo perfecto... sera tu navegador . -.-
Reply
#6

Quote:
Originally Posted by OTACON
Посмотреть сообщение
yo lo veo perfecto... sera tu navegador . -.-
O es verdad, no me habнa fijado que mi pantalla se volteу de cabeza.
Reply
#7

Quote:
Originally Posted by OTACON
Посмотреть сообщение
yo lo veo perfecto... sera tu navegador . -.-
Otacon ajsdjajsajda
Reply
#8

Quote:
Originally Posted by OTACON
Посмотреть сообщение
yo lo veo perfecto... sera tu navegador . -.-
LOOOOOOOOOOOOOOOOOOOOOOOL'D
Reply
#9

Men puse todo igual a lo que dijo OTACON y me salta 1 error

pawn Код:
G:\ArgonZone\gamemodes\GM.pwn(38) : fatal error 100: cannot read from file: "SetTimerCMD_V3"

Compilation aborted.Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


1 Error.
y esto es lo que tengo en esa linea

pawn Код:
#include <SetTimerCMD_V3>
Reply
#10

Quote:
Originally Posted by TyreseKowalski
Посмотреть сообщение
Men puse todo igual a lo que dijo OTACON y me salta 1 error

pawn Код:
G:\ArgonZone\gamemodes\GM.pwn(38) : fatal error 100: cannot read from file: "SetTimerCMD_V3"

Compilation aborted.Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


1 Error.
y esto es lo que tengo en esa linea

pawn Код:
#include <SetTimerCMD_V3>
No esta leyendo el archivo
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)