SA-MP Forums Archive
SendClientMessage problem - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: SendClientMessage problem (/showthread.php?tid=438266)



/ - VIP475 - 19.05.2013

The message you have entered is too short. Please lengthen your message to at least 4 characters.


Re: SendClientMessage problem - JohnYoti - 19.05.2013

Edit: Wrong


Re: SendClientMessage problem - Scrillex - 19.05.2013

Are you serius?
Код:
if(PlayerLevel[i] >= 1)
{
format(string6, sizeof string6, "Admin %s has teleported to Admin Island", name);
SendClientMessage(i, COLOR_ADM, string6);
}
You pointed out string not message.... LOL


AW: SendClientMessage problem - HurtLocker - 19.05.2013

if (IsPlayerConnected(i))