help?
#1

how would i set a cmd so if i said /nrg id get on a NRG bike..?

is it sommin alon the lines of

Код:
dcmd_abike(playerid,params[])
{
	#pragma unused params
	if(AccInfo[playerid][Level] >= 2)
	{
		if (!IsPlayerInAnyVehicle(playerid))
		{
			CarSpawner(playerid,522);
			SendCommandToAdmins(playerid,"ABike");
			return SendClientMessage(playerid,yellow,"|- Bike Successfully Created! -|");
		}
		else return SendClientMessage(playerid,red,"Error: You already have a vehicle");
	}
	else return ErrorMessages(playerid, 7);
}
Reply


Messages In This Thread
help? - by xbox360boy66 - 18.08.2011, 12:25
Re: help? - by Riddick94 - 18.08.2011, 12:27
Re: help? - by xbox360boy66 - 18.08.2011, 12:35
Re: help? - by xbox360boy66 - 18.08.2011, 12:37
Re: help? - by Riddick94 - 18.08.2011, 12:40
Re: help? - by xbox360boy66 - 18.08.2011, 12:47
Re: help? - by Riddick94 - 18.08.2011, 12:56
Re: help? - by xbox360boy66 - 18.08.2011, 13:07
Re: help? - by Riddick94 - 18.08.2011, 13:16
Re: help? - by xbox360boy66 - 18.08.2011, 13:21
Re: help? - by Riddick94 - 18.08.2011, 13:23
Re: help? - by xbox360boy66 - 18.08.2011, 13:33
Re: help? - by xbox360boy66 - 18.08.2011, 13:43
Re: help? - by Riddick94 - 18.08.2011, 13:45
Re: help? - by xbox360boy66 - 18.08.2011, 14:06
Re: help? - by Riddick94 - 18.08.2011, 14:11
Re: help? - by doreto - 18.08.2011, 14:17
Re: help? - by xbox360boy66 - 18.08.2011, 14:20

Forum Jump:


Users browsing this thread: 1 Guest(s)