16.08.2011, 16:38
pawn Код:
if(strcmp(cmd, "/loadproducts", true) == 0)
{
if(IsPlayerConnected(playerid))
{
if(IsPlayerInRangeOfPoint(playerid, 7, -75.2536,-1598.1886,2.6172);
{
SendClientMessage(playerid, -1, "Deliver the Products to IdleWood Gas Station. (RED MARK)");
return 1;
}
else
{
SendClientMessage(playerid, -1, "You are not at the Pickup place");
}
return 1;
}