add nos
#2

Код:
//givenos
	if(strcmp(cmd, "/givenos", true) == 0)
	{
		if(IsPlayerConnected(playerid))
		{
			if (PlayerInfo[playerid][pAdmin] >= 1)
			{
				new vehicleid;
				vehicleid = GetPlayerVehicleID(playerid);
				AddVehicleComponent(vehicleid, 1010);
				SendClientMessage(playerid,COLOR_YELLOW,"Dodali ste NOS u vozilo.");
		  	}
			else
			{
				SendClientMessage(playerid,COLOR_GREY, "Niste Admin !");
			  	return 1;
			}
		}
	}
Reply


Messages In This Thread
add nos - by Abraham2nd - 16.06.2010, 11:27
Re: add nos - by Zero[S] - 16.06.2010, 11:28
Re: add nos - by Abraham2nd - 16.06.2010, 11:30
Re: add nos - by MadeMan - 16.06.2010, 11:31
Re: add nos - by Abraham2nd - 16.06.2010, 11:33
Re: add nos - by DJDhan - 16.06.2010, 11:33
Re: add nos - by Abraham2nd - 16.06.2010, 11:40
Re: add nos - by Abraham2nd - 16.06.2010, 11:53
Re: add nos - by MadeMan - 16.06.2010, 12:02
Re: add nos - by Abraham2nd - 16.06.2010, 12:10

Forum Jump:


Users browsing this thread: 3 Guest(s)