SA-MP Forums Archive
Message - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Message (/showthread.php?tid=615515)



Message - Hunud - 23.08.2016

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))
				{



Re: Message - JaydenJason - 23.08.2016

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");