Map Help
#4

As it seems you may be new to scripting, you can do this with a simple command.


ZCMD:

Код:
CMD:gotopos(playerid, params[])
{
	new interiorid, x, y, z;
	if(!sscanf(params, "dddd", interiorid, x, y, z))
	{
	    SetPlayerPos(playerid, x, y, z);
	    SetPlayerInterior(playerid, interior);
	}
	return 1;
}
Reply


Messages In This Thread
Map Help - by PrinXe - 16.12.2014, 05:40
Re: Map Help - by Ryz - 16.12.2014, 05:47
Re: Map Help - by CalvinC - 16.12.2014, 06:08
Re: Map Help - by Divergent - 16.12.2014, 06:33

Forum Jump:


Users browsing this thread: 1 Guest(s)