Message
#1

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))
				{
Reply
#2

Quote:
Originally Posted by Hunud
Посмотреть сообщение
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");
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)