/gotointerior HELP
#8

Код:
CMD:gotointerior(playerid, params[])
{
   	new interiorid, Float:X, Float:Y ,Float:Z;
   	if(sscanf(params,"ufff",  interiorid, X, Y, Z)) return SendClientMessage(playerid,0xFFF356AA, "Usage: /gotointerior [INTERIORID] [X] [Y] [Z]");
   	SetPlayerPos(playerid, X, Y, Z);
	SetPlayerInterior(playerid, interiorid);
	return 1;
}
Requirements: ZCMD + SSCANF.
Reply


Messages In This Thread
/gotointerior HELP - by TheGoldenMonkey - 21.08.2015, 22:12
Re: /gotointerior HELP - by Boot - 21.08.2015, 22:14
Re: /gotointerior HELP - by Variable™ - 21.08.2015, 22:16
Re: /gotointerior HELP - by brandypol - 21.08.2015, 22:17
Re: /gotointerior HELP - by TheGoldenMonkey - 21.08.2015, 22:25
Re: /gotointerior HELP - by TheGoldenMonkey - 21.08.2015, 22:35
Re: /gotointerior HELP - by Variable™ - 21.08.2015, 22:37
Re: /gotointerior HELP - by Variable™ - 21.08.2015, 22:39
Re: /gotointerior HELP - by jamal1992 - 21.08.2015, 22:42
Re: /gotointerior HELP - by Dairyll - 21.08.2015, 22:59

Forum Jump:


Users browsing this thread: 1 Guest(s)