[HELP] License command dont work
#2

i m not sure but i think you forget some {
Код:
if(strcmp(cmd, "/buycarlicense", true) == 0)
	{
		if(PlayerToPoint(5.0,playerid, 2049.2786,-1899.0490,13.5469))
		{
			if(5000 > GetPlayerMoney(playerid))
			{
				SendClientMessage(playerid, COLOR_GREY, "	You dont have that much.");
				return 1;
			}
			if(PlayerInfo[playerid][DrivingLic] != 1)
			{
			SendClientMessage(playerid, COLOR_WHITE, "Thanks and good luck with your new license.");
			}
		}
		else
		{
			SendClientMessage(playerid, COLOR_GREY, "	You are not at the DMV.");
		}
		return 1;
	}
Reply


Messages In This Thread
[HELP] License command dont work - by FreddeN - 08.02.2010, 22:03
Re: [HELP] License command dont work - by akis_tze - 08.02.2010, 22:09
Re: [HELP] License command dont work - by FreddeN - 08.02.2010, 22:15

Forum Jump:


Users browsing this thread: 2 Guest(s)