Problem with this command
#5

The specifier of 's' is obviously a string, however the specifier of 'u' is part of name or playerid, then you have 'i', 'd' etc...for other types of variables

I would suggest you to use the specifier of 'u' as it allows players to enter part of a players name and it'll still work.
Код:
Specifier(s)			Name				Example values
	i, d			Integer				1, 42, -10
	c			Character			a, o, *
	l			Logical				true, false
	b			Binary				01001, 0b1100
	h, x			Hex				1A, 0x23
	o			Octal				045 12
	n			Number				42, 0b010, 0xAC, 045
	f			Float				0.7, -99.5
	g			IEEE Float			0.7, -99.5, INFINITY, -INFINITY, NAN, NAN_E
	u			User name/id (bots and players)	******, 0
	q			Bot name/id			ShopBot, 27
	r			Player name/id			******, 42
Reference:
Reply


Messages In This Thread
Problem with this command - by HellixBG - 16.07.2017, 16:25
Re: Problem with this command - by HellixBG - 16.07.2017, 16:34
Re: Problem with this command - by FailerZ - 16.07.2017, 19:40
Re: Problem with this command - by HellixBG - 17.07.2017, 10:53
Re: Problem with this command - by Tass007 - 17.07.2017, 11:08
Re: Problem with this command - by FailerZ - 17.07.2017, 12:12

Forum Jump:


Users browsing this thread: 1 Guest(s)