Weapon script problem
#1

Hi everybody, i'm working on a easy weapon system but i have a problem if i write /again and if i am at the position it still sais "You are not near the Arms Dealer place!

Код:
if (!strcmp("/again", cmdtext))
	{
       if(IsPlayerInRangeOfPoint(playerid, 4.0, 2097.2568,-1195.5635,23.8585,179.5196))
		SendClientMessage(playerid, white, "Arms Dealer: Who the fuck is it?");
		SendClientMessage(playerid, white, "/answer to answer /decline to not.");
		{
	 else
	 {
    SendClientMessage(playerid, white, "You are not near the Arms Dealer place!");
    }
		return 1;
	}
Reply


Messages In This Thread
Weapon script problem - by Chrillzen - 24.07.2010, 22:33
Re: Weapon script problem - by Kar - 24.07.2010, 22:37
Re: Weapon script problem - by selten98 - 24.07.2010, 22:37
Re: Weapon script problem - by selten98 - 24.07.2010, 22:38
Re: Weapon script problem - by Chrillzen - 24.07.2010, 22:52
Re: Weapon script problem - by Chrillzen - 24.07.2010, 22:53
Re: Weapon script problem - by Kar - 24.07.2010, 22:55
Re: Weapon script problem - by Chrillzen - 24.07.2010, 23:12

Forum Jump:


Users browsing this thread: 2 Guest(s)