[Need] Nitro Command
#2

pawn Код:
public OnPlayerCommandText(playerid,cmdtext[])
{
  if(!strcmp(cmdtext,"/nos",true))
  {
    if(!IsPlayerInAnyVehicle(playerid)) return SendClientMessage(playerid,0xff0000ff,"You must be in a vehicle!");
    AddVehicleComponent(GetPlayerVehicleID(playerid),1010);
    SendClientMessage(playerid,0x00ff00ff,"Nitro added!"); //No idea what colour that is though.
    return 1;
  }
  return 0;
}
Reply


Messages In This Thread
[Need] Nitro Command - by salut693123 - 07.07.2010, 17:07
Re: [Need] Nitro Command - by Hiddos - 07.07.2010, 17:12
Re: [Need] Nitro Command - by salut693123 - 07.07.2010, 17:13
Re: [Need] Nitro Command - by salut693123 - 07.07.2010, 17:14
Re: [Need] Nitro Command - by Rachael - 07.07.2010, 17:19

Forum Jump:


Users browsing this thread: 1 Guest(s)