Disable 'Strings' - 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: Disable 'Strings' (
/showthread.php?tid=299899)
Disable 'Strings' -
MathijsS - 27.11.2011
Hi all
I have no idea, but inow it's possible. I want to make a dialog to dissable some 'strings'.
Код:
new string[64], playerName[MAX_PLAYER_NAME];
GetPlayerName(playerid,playerName,MAX_PLAYER_NAME);
format(string,sizeof string,"[INFO] {FFFFFF}%s heeft zichzelf ontzichtbaar gemaakt",playerName);
Now i want a command so that a player won't see it anymore.