[HELP] Some quastions
#1

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
Reply
#2

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

Quote:
Originally Posted by Klutty
Thanks for beeing so friendly
Reply
#4

I want a good for a RPG
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)