Command error
#1

This command i got is not letting me compile My gamemode.. i think its the brackets idk

Код:
CMD:wheels(playerid, params[])
{
    if(PlayerInfo[playerid][pAdmin] <= 4 || PlayerInfo[playerid][pJob] != 7 || PlayerInfo[playerid][pJob2] != 7)
	{
		SendClientMessageEx(playerid, COLOR_GREY, "   You are not a Car Mechanic or Level 4 Admin!");
		return 1;
	)
	new Player;
	if(!IsPlayerInAnyVehicle(Player))  return SendClientMessage(playerid,COLOR_RED, "You are not in any vehicle!");
	ShowPlayerDialog(playerid, 199, DIALOG_STYLE_LIST, "Wheels", "Shadow\nMega\nRimshine\nWires\nClassic\nTwist\nCutter\nSwitch\nGrove\nImport\nDollar\nTrance\nAtomic\nAhab\nVirtual\nAccess\nOffroad", "OK", "ESC");
	return 1;
}
Reply


Messages In This Thread
Command error - by San1 - 04.06.2013, 20:40
Re: Command error - by Scenario - 04.06.2013, 20:42
Re: Command error - by SwisherSweet - 04.06.2013, 20:42
Re: Command error - by park4bmx - 04.06.2013, 20:43
Re: Command error - by Littlehelper - 04.06.2013, 20:43
Re: Command error - by San1 - 04.06.2013, 20:44
Re: Command error - by San1 - 04.06.2013, 20:48
Re: Command error - by SwisherSweet - 04.06.2013, 20:49

Forum Jump:


Users browsing this thread: 1 Guest(s)