when i type /goto or /bring <username> it didn't work!! help me
Show us some functions of it.
function onPlayerCommand(player, command, params)
{
}
Now do you expect it to magically know that "/bring" is supposed to bring a player and "/goto" is supposed to tele you to a player.
How do you expect us?
[spoiler]What I mean is tell the cmd and functions[/spoiler]
Yeah, yeah, You might be using the blank script. It has a bug in it, Change the line :-
local plr = FindPlr( text )
To
local plr = FindPlayer( text )
Hope this helps ;)