Problem With Sendclientmessagetoall - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Problem With Sendclientmessagetoall (
/showthread.php?tid=232002)
Problem With Sendclientmessagetoall[FIXED] -
Lethaal - 26.02.2011
Fixed
Re: Problem With Sendclientmessagetoall -
bestr32 - 05.03.2011
xD the prob is that u need to
Код:
new string [128]; // or some number
new pName[MAX_PLAYER_NAME]; // Change pName if u want
GetPlayerName(playerid, pName, sizeof(pName));
format(string,sizeof string,"Something here.",pName);
SendClientMessageToAll(color, string);