ID near Name! - 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: ID near Name! (
/showthread.php?tid=360461)
ID near Name! -
Youtube12 - 17.07.2012
Hi guys, i already have the code, but i have 1problem. When i write something my name come 2times
1.st time with id
2.st time without id
Why?
Here is my code:
Код:
new string[128], name[MAX_PLAYER_NAME];
GetPlayerName(playerid, name, sizeof(name));
format(string, sizeof(string), "%s(%d): %s",name,playerid, text);
SendClientMessageToAll(-1, string);
Screen Shot:
Re: ID near Name! -
ryansheilds - 17.07.2012
'return false' rather than true.
Re: ID near Name! -
Sandiel - 17.07.2012
Return 0; in the OnPlayerText public function
which will set the auto-msg from being sent, glad to help.
TOO LATE
Код:
This forum requires that you wait 120 seconds between posts. Please try again in 21 seconds.