Author Topic: help !!!!!!!!!!  (Read 2692 times)

0 Members and 1 Guest are viewing this topic.

Offline jimmy

  • Wiseguy
  • **
  • Posts: 94
    • View Profile
help !!!!!!!!!!
« on: January 31, 2012, 04:08:49 am »
hy guys i am started scripting on Warchiefs so plzzz tel me how i remove the all time from warchiefs like TimeHeal  TimeHealVehicle TimeGotoloc TimeGoto plzzz tel me i need help :-[
Storm City Owner

Stormcity.smfnew.com

Offline Innocent Heart

  • Wiseguy
  • **
  • Posts: 51
  • Crime Investigation Department Owner
    • View Profile
    • Crime Investigaton Department
Re: help !!!!!!!!!!
« Reply #1 on: January 31, 2012, 08:34:13 am »
Wad da mean of time ??? ok I can give u Gotoloc cmd and goto cmd But time i don't Know wad do u mean ??
Conatact Information :
Facebook:-www.facebook.com/dashingjaff
Youtube:-www.youtube.com/NooranScripter

====>My Server Info  < ========
ServerName :- CID-Server
Server Clan :- [D.R] Dakriders
Server Forum :- www.CidServer.tk
Clan Forum :-www.Drgang.tk
=====> DarkRiders Group <=====

Pm Me If U want To be Pro In Scripting !
Those Who Banned my Ip and My Freind's Ip They Are Big Fuckers...!

Offline jimmy

  • Wiseguy
  • **
  • Posts: 94
    • View Profile
Re: help !!!!!!!!!!
« Reply #2 on: January 31, 2012, 09:35:38 am »
warchiefs take time to gotoloc goto !fix and many
Storm City Owner

Stormcity.smfnew.com

Offline Innocent Heart

  • Wiseguy
  • **
  • Posts: 51
  • Crime Investigation Department Owner
    • View Profile
    • Crime Investigaton Department
Re: help !!!!!!!!!!
« Reply #3 on: January 31, 2012, 09:57:35 am »
ok Take It From me

!Fix Cmd

   
Quote
   }
else if(strcmp(cmd,"!fix",true) == 0)
{
      if(!IsPlayerInAnyVehicle(playerid)) SendClientMessage(playerid,COLOR_GREY,"You're not in a vehicle!");
              else if ( (GetPlayerVehicleID(playerid) == 155) || ( GetPlayerVehicleID(playerid) == 177) ) SendClientMessage(playerid,COLOR_RED,"You cant fix this vehicle");
      else {
         SetVehicleTyre(GetPlayerVehicleID(playerid), 1);
         SetVehicleLights(GetPlayerVehicleID(playerid), 0);
         SetVehicleHealth(GetPlayerVehicleID(playerid),1000);
         SendClientMessage(playerid,COLOR_YELLOW,"Your Car Is Now Fixed Drive it!");
                        }
                     return 1;
                       

!ff cmd means flip and fix

Quote
}
else if (strcmp(cmd, "!ff", true) == 0) {
         new Float:X,Float:Y,Float:Z,Float:Angle;
         SetVehicleHealth(GetPlayerVehicleID(playerid),1000);
         GetPlayerPos(playerid,X,Y,Z); GetPlayerFacingAngle(playerid,Angle);
         SetVehiclePos(GetPlayerVehicleID(playerid),X+3,Y+3,Z,Angle);
            SendClientMessage(playerid, COLOR_YELLOW, "Fliped And Fixed Your Car!");
         SetVehicleToRespawn(GetPlayerVehicleID(playerid));
          RemovePlayerFromVehicle(playerid);
          SetVehiclePos(GetPlayerVehicleID(playerid),X+3,Y+3,Z,Angle);
      return 1;

Other Cmds If u need Then Tell i will pm U that !



Conatact Information :
Facebook:-www.facebook.com/dashingjaff
Youtube:-www.youtube.com/NooranScripter

====>My Server Info  < ========
ServerName :- CID-Server
Server Clan :- [D.R] Dakriders
Server Forum :- www.CidServer.tk
Clan Forum :-www.Drgang.tk
=====> DarkRiders Group <=====

Pm Me If U want To be Pro In Scripting !
Those Who Banned my Ip and My Freind's Ip They Are Big Fuckers...!

Offline RasikhQadeer

  • Street Thug
  • *
  • Posts: 49
  • Hero_Great! The Great Scripter!
    • View Profile
Re: help !!!!!!!!!!
« Reply #4 on: January 31, 2012, 02:20:59 pm »
Just remove the Settimer line in every cmd :)