[FilterScript] [FS] /nos for admin
#1

Код:
//--------------------------------[Nos]---------------------------------------------------
  if(strcmp(cmd, "/nos", true) == 0)
	{
	  if(IsPlayerConnected(playerid))
	  {
	    if(PlayerInfo[playerid][pAdmin] < 1337)
			{
			  SendClientMessage(playerid, COLOR_LIGHTGREEN, " You are not authorized to use that command! !");
			  return 1;
			}
			if(IsPlayerInAnyVehicle(playerid))
			{
			  AddVehicleComponent(GetPlayerVehicleID(playerid), 1010);
			  SendClientMessage(playerid, COLOR_LIGHTGREEN, "Nos installed from car!");
			}
		}
		return 1;
	}
Installed nos x10 for car
Reply


Messages In This Thread
[FS] /nos for admin - by Spadacio - 10.04.2010, 21:58
Re: [FS] /nos for admin - by Lorenc_ - 11.04.2010, 04:13
Re: [FS] /nos for admin - by Ballu Miaa - 03.05.2010, 06:22
Re: [FS] /nos for admin - by aircombat - 03.05.2010, 09:56
Re: [FS] /nos for admin - by DarkPower - 03.05.2010, 09:59
Re: [FS] /nos for admin - by Torran - 03.05.2010, 10:00
Re: [FS] /nos for admin - by DarkPower - 03.05.2010, 10:01
Re: [FS] /nos for admin - by tiago-99 - 03.05.2010, 12:02
Re: [FS] /nos for admin - by Panoulis - 03.05.2010, 12:37
Re: [FS] /nos for admin - by Ballu Miaa - 03.05.2010, 12:52

Forum Jump:


Users browsing this thread: 1 Guest(s)