CMD:shop(playerid, params[])
{
if(IsShop== 1)
{
if(IsPlayerInRangeOfPoint(playerid, 3.0, 2909.3491,-14.6412,26.7422))
{
|
How do i make if i type /shop its say you must be inside 24/7 shop
Код:
CMD:shop(playerid, params[])
{
if(IsShop== 1)
{
if(IsPlayerInRangeOfPoint(playerid, 3.0, 2909.3491,-14.6412,26.7422))
{
|
if(IsPlayerInRangeOfPoint(playerid, 3.0, 2909.3491,-14.6412,26.7422))
{
}
else return SendClientMessage(playerid, 0xFF0000FF, "You must be in a 24/7");