SA-MP Forums Archive
[HELP] Some quastions - 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: [HELP] Some quastions (/showthread.php?tid=79323)



[HELP] Some quastions - FreddeN - 27.05.2009

First it about "SetNameTagDrawDistance".
I'm making a RPG script, and I only want names to display only one meter from a player, give me a good value...

Second is...
I have a Local OOC, but all players on the server can read it..., this is the script:

Код:
	if(!strcmp(cmdtext, "/local", true, 6))
	{
		new str[256], pname[256];
		GetPlayerName(playerid, pname, 256);
		format(str, 256, "(( Local Ooc: %s:%s ))", pname, cmdtext[6]);
		LimitGlobalChatRadius(20);
		SendClientMessageToAll(0xFFFFFFAA, str);
 		return 1;
	}
Thanks guys .. and girls


Re: [HELP] Some quastions - Klutty - 27.05.2009

Use the goddamn wiki, https://sampwiki.blast.hk/wiki/SetNameTagDrawDistance


Re: [HELP] Some quastions - FreddeN - 27.05.2009

Quote:
Originally Posted by Klutty
Thanks for beeing so friendly


Re: [HELP] Some quastions - FreddeN - 27.05.2009

I want a good for a RPG