Vice City: Multiplayer

VC:MP Discussion => General Discussion => Topic started by: omaraiahlawy1 on Sep 05, 2015, 01:26 AM

Title: Help!
Post by: omaraiahlawy1 on Sep 05, 2015, 01:26 AM
when i type /goto or /bring <username> it didn't work!! help me
Title: Re: Help!
Post by: Mashreq on Sep 05, 2015, 02:56 AM
Show us some functions of it.
Title: Re: Help!
Post by: EK.IceFlake on Sep 05, 2015, 03:28 AM
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]
Title: Re: Help!
Post by: Xmair on Sep 05, 2015, 05:12 AM
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 ;)