Go to any interior command?
#1

Could you tell me why this command doesnt work? I dont get any errors.
Код:
command(gotointeriorid, playerid, params[])
{
	new id, x, y, z;
	if(sscanf(params, "mksl", id, x, y, z))
	{
		if(Player[playerid][AdminLevel] >= 4)
	    {
			SetPlayerVirtualWorld(playerid, 0);
			SetPlayerInterior(playerid, id);
			SetPlayerPos(playerid, x, y, z);
		}
	}
}
Reply


Messages In This Thread
Go to any interior command? - by Nuke547 - 23.01.2012, 21:11
Re: Go to any interior command? - by Konstantinos - 23.01.2012, 21:18
Re: Go to any interior command? - by Nuke547 - 23.01.2012, 21:45
Re: Go to any interior command? - by Nuke547 - 24.01.2012, 00:00
Re: Go to any interior command? - by [ABK]Antonio - 24.01.2012, 00:09
Re: Go to any interior command? - by Nuke547 - 24.01.2012, 00:16
Re: Go to any interior command? - by [ABK]Antonio - 24.01.2012, 00:30
Re: Go to any interior command? - by Nuke547 - 24.01.2012, 01:18
Re: Go to any interior command? - by Nuke547 - 24.01.2012, 03:44
Re: Go to any interior command? - by Babul - 24.01.2012, 08:17

Forum Jump:


Users browsing this thread: 2 Guest(s)