Weapon script problem
#7

pawn Код:
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;
}
make sure the return 0 i put in ur cmd make sure its last and not before this
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: 1 Guest(s)