Help me!
#3

If your just wanting it to say "Your not in a bar" and "Your not in the drug warehouse, I think you should do this

Код:
 	if(!strcmp("/bar", cmdtext, true) && PlayerToPoint(1.5,playerid,498.9911,-20.6630,1000.6797))
 	{
	ShowPlayerDialog(playerid, 50, DIALOG_STYLE_LIST, "Что желаем?", "Напиток ($1)\nПиво ($2)\nВино ($3)\nСигара ($5)", "Купить", "Уйти");
	SendClientMessage(playerid, "Your not in a bar.");
	return 1;
 	}
 	if(!strcmp("/drugs", cmdtext, true) && PlayerToPoint(1.5,playerid,323.7905,1120.0074,1083.8828))
 	{
	ShowPlayerDialog(playerid, 51, DIALOG_STYLE_LIST, "Что будем принимать?", "Травка ($50)\nКокс ($200)", "Купить", "Уйти");
	SendClientMessage(playerid, "Your not in the drug warehouse.");
	return 1;
 	}
If it doesn't work let me know.
Reply


Messages In This Thread
Help me! - by Nexotronix - 31.01.2010, 08:54
Re: Help me! - by mansonh - 31.01.2010, 08:56
Re: Help me! - by JakesRolePlay - 31.01.2010, 09:00
Re: Help me! - by Nexotronix - 31.01.2010, 09:07
Re: Help me! - by JakesRolePlay - 31.01.2010, 09:14
Re: Help me! - by Nexotronix - 31.01.2010, 09:22
Re: Help me! - by JakesRolePlay - 31.01.2010, 09:24
Re: Help me! - by Virtual1ty - 31.01.2010, 09:27
Re: Help me! - by Nexotronix - 31.01.2010, 09:35
Re: Help me! - by Nexotronix - 31.01.2010, 09:39

Forum Jump:


Users browsing this thread: 1 Guest(s)