24.07.2010, 22:55
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;
}