disable the enter key
#3

I suggest you not to use casino interior. Use something else for it, for example make interior like horse racing.
Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
	if (strcmp("/enter", cmdtext, true, 6) == 0)
	{
		SetPlayerInterior(playerid, interiorid);
		SetPlayerPos(playerid, horse racing interior);
		return 1;
	}
	return 0;
}
I suggest you do it that way
Reply


Messages In This Thread
disable the enter key - by Martin_Smith - 13.02.2009, 08:51
Re: disable the enter key - by Lazarus - 13.02.2009, 14:17
Re: disable the enter key - by playdead - 13.02.2009, 18:44
Re: disable the enter key - by kazimieras - 13.02.2009, 20:30
Re: disable the enter key - by Martin_Smith - 14.02.2009, 12:15
Re: disable the enter key - by BeckzyBoi - 14.02.2009, 12:19
Re: disable the enter key - by smallo - 18.02.2009, 02:54
Re: disable the enter key - by Norn - 18.02.2009, 02:57

Forum Jump:


Users browsing this thread: 2 Guest(s)