strmp to zcmd
#1

how to edit this to zcmd??

Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if(!strcmp(cmdtext, "/tune", true))
{
		new playerstate = GetPlayerState(playerid);
		if(playerstate == PLAYER_STATE_DRIVER)
        if(IsPlayerInRangeOfPoint(playerid, 10.0, 1256.05, -1469.17, 13.61))
		{
        ShowPlayerDialog(playerid, DIALOG_TYPE_MAIN, DIALOG_STYLE_LIST, "Tuning Garage", "Paint Jobs\nColors\nHoods\nVents\nLights\nExhausts\nFront Bumpers\nRear Bumpers\nRoofs\nSpoilers\nSide Skirts\nBullbars\nWheels\nCar Stereo\nHydraulics\nNitrous Oxide\nRepair Car", "Enter", "Close");
		return 1;
		}
		else
		{
		   return SendClientMessage(playerid, COLOR_RED, "SERVER: You need to be in a Tuning garage.");		}
		}
return 0;
}
Reply


Messages In This Thread
strmp to zcmd - by Shazwan - 17.05.2014, 07:28
Re: strmp to zcmd - by saikumar - 17.05.2014, 07:35
Re: strmp to zcmd - by Ciandlah - 17.05.2014, 07:37
Re: strmp to zcmd - by Shazwan - 17.05.2014, 07:40
Re: strmp to zcmd - by Ciandlah - 17.05.2014, 07:42
Re: strmp to zcmd - by SAMProductions - 17.05.2014, 07:42
Re: strmp to zcmd - by Parallex - 17.05.2014, 07:43
Re: strmp to zcmd - by Shazwan - 17.05.2014, 07:56
Re: strmp to zcmd - by JuanStone - 17.05.2014, 08:36
Re: strmp to zcmd - by Threshold - 17.05.2014, 08:48

Forum Jump:


Users browsing this thread: 2 Guest(s)