24.07.2010, 22:33
(
Последний раз редактировалось Chrillzen; 24.07.2010 в 22:52.
)
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;
}


