[HELP] Characters Encoding Error
#6

Quote:
Originally Posted by K0P
Посмотреть сообщение
hmm,thats weird,ive never faced a problem like this/

Try this :-

Код:
stock KickMessage(playerid, message[]) {
	new strMessage[144];
	format(strMessage, sizeof(strMessage), "%s: %s", SERVER_PREFIX, message);
	SendClientMessage(playerid, COLOR_WHITE, strMessage);

	SetTimerEx("Kick", 1000, false, "i", playerid);
	return 1;
}

forward Kick(playerid)
public Kick(playerid)
{
    Kick(playerid);
    return 1;
}

Dialog:LoginDialog(playerid, response, listitem, inputtext[]) {
	if(response) {
		return 1;
	} else {
		KickMessage(playerid, "Autenticaзгo obrigatуria. ййй");
		return 1;
	}
}
Let me try, but btw the "callback:" is a macro!

Код:
#define callback:%0(%1) forward %0(%1);public %0(%1)
Reply


Messages In This Thread
[HELP][SOLVED] Characters Encoding Error - by thewildlima - 12.02.2016, 18:56
Re: [HELP] Characters Encoding Error - by K0P - 12.02.2016, 19:09
Re: [HELP] Characters Encoding Error - by thewildlima - 12.02.2016, 19:10
Re: [HELP] Characters Encoding Error - by K0P - 12.02.2016, 19:14
Re: [HELP] Characters Encoding Error - by Vince - 12.02.2016, 19:17
Re: [HELP] Characters Encoding Error - by thewildlima - 12.02.2016, 19:18
Re: [HELP] Characters Encoding Error - by K0P - 12.02.2016, 19:23
Re: [HELP] Characters Encoding Error - by thewildlima - 12.02.2016, 19:32
Re: [HELP] Characters Encoding Error - by thewildlima - 12.02.2016, 19:37
Re: [HELP] Characters Encoding Error - by thewildlima - 12.02.2016, 19:54

Forum Jump:


Users browsing this thread: 1 Guest(s)