Bug Sscanf2
#8

Se te carga bien el plugin?
PHP код:
CMD:a(playeridparams[])
{
    new 
text[128];
    if(
PlayerInfo[playerid][Admin] < 1) return SendClientMessage(playeridCOLOR_MESSAGES[6], "No Autorizado!");
    if(
sscanf(params"s[128]"text)) return SendClientMessage(playeridCOLOR_MESSAGES[6], "Uso: /A [Texto]");
    else {
    
format(textsizeof(text), "%s %s %s: %s",LOGO_STAFFAdminsRangosChat[PlayerInfo[playerid][Admin]],                GetName(playerid), text);
        
AdminChatStream(COLOR_MESSAGES[3], text);
    }
    return 
1;

Ya si no anda este, voy a empezar a probarlo...(Es lo que deberia hacer desde un principio, pero me da vagancia)
Reply


Messages In This Thread
Bug Sscanf2 - by Eloy - 27.01.2017, 07:43
Respuesta: Bug Sscanf2 - by Whillyrez - 27.01.2017, 14:15
Respuesta: Bug Sscanf2 - by Eloy - 27.01.2017, 14:36
Respuesta: Bug Sscanf2 - by FelipeAndres - 27.01.2017, 15:34
Respuesta: Bug Sscanf2 - by Eloy - 27.01.2017, 16:57
Respuesta: Bug Sscanf2 - by Whillyrez - 28.01.2017, 02:42
Respuesta: Bug Sscanf2 - by Eloy - 28.01.2017, 03:39
Respuesta: Bug Sscanf2 - by Whillyrez - 28.01.2017, 04:27
Respuesta: Bug Sscanf2 - by Eloy - 28.01.2017, 04:45
Respuesta: Bug Sscanf2 - by Whillyrez - 28.01.2017, 04:57

Forum Jump:


Users browsing this thread: 1 Guest(s)