[Need] Nitro Command
#1

Hello there, I need a Nitro Command Ex: /nos

Does one Know how to make one? if you know how to Then reply and Say the Code thanks you .
O.O O.O

Thanks
Reply
#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
#3

Thanks you.
Reply
#4

Dont worry about the color i change it
Reply
#5

http://pastebin.com/bg7rF7qQ
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)