[HELP]/buy command
#3

You can use OnPlayerInteriorChange()
here is for example :
Код:
public OnPlayerInteriorChange(playerid, newinteriorid, oldinteriorid)
{
	if(newinteriorid == changethis) //change to your 24/7 interior ID
	{
		SendClientMessage(playerid, 0xFFFFFFFF, "Welcome to the 24/7 store /buy");
	}
	return 1;
}
Reply


Messages In This Thread
[HELP]/buy command - by JBee - 07.03.2015, 02:40
Re: [HELP]/buy command - by maramizo - 07.03.2015, 02:52
Re: [HELP]/buy command - by X337 - 07.03.2015, 02:56

Forum Jump:


Users browsing this thread: 1 Guest(s)