Bug Sscanf2
#4

y probaste asi? ._.

Код:
CMD:a(playerid, params[])
{
    new text[128];
    if(PlayerInfo[playerid][Admin] < 1) return SendClientMessage(playerid, COLOR_MESSAGES[6], "No Autorizado!");
    if(sscanf(params, "s[128]", text)) return SendClientMessage(playerid, COLOR_MESSAGES[6], "Uso: /A [Texto]");

	format(text, sizeof(text), "%s %s %s: %s",LOGO_STAFF, AdminsRangosChat[PlayerInfo[playerid][Admin]], GetName(playerid), text);
    AdminChatStream(COLOR_MESSAGES[3], text);
    return 1;
}
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)