Private Message System
#7

replace message = strlen(inputtext); with;

Код:
new message[150];
format(message, sizeof(message), "%s", inputtext);
or just do this
Код:
SendDialogMessage(playerid, LastMessage[playerid], inputtext);
Mybad, sorry. If u wanna check if the player pressed just ENTED, with no text, you can check it with strlen(inputtext) > 0;
Reply


Messages In This Thread
Private Message System - by Cezar98 - 24.02.2018, 11:00
Re: Private Message System - by kingmk - 24.02.2018, 11:07
Re: Private Message System - by Cezar98 - 24.02.2018, 11:20
Re: Private Message System - by kingmk - 24.02.2018, 11:23
Re: Private Message System - by Cezar98 - 24.02.2018, 11:59
Re: Private Message System - by jasperschellekens - 24.02.2018, 12:13
Re: Private Message System - by kingmk - 24.02.2018, 13:58
Re: Private Message System - by Astralis - 24.02.2018, 18:53
Re: Private Message System - by grymtn - 24.02.2018, 19:54

Forum Jump:


Users browsing this thread: 2 Guest(s)