VC:MP 0.3 > mIRC/pawn Scripting

Need help in scripting.

(1/3) > >>

Some_one:
hello guyz!
i hope that you all will be fine!
well i need some help in scripting.hope you people can help me.
here are  some errors highlighted.



In these lines.



Plz help me.

Some_one:
Please help. I am waiting for replay for nearly 4 days! If you don't know how to solve this then plz tell me.

NE.Restricted:

--- Quote from: Some_one on August 08, 2014, 04:46:00 pm ---hello guyz!
i hope that you all will be fine!
well i need some help in scripting.hope you people can help me.
here are  some errors highlighted.



In these lines.



Plz help me.

--- End quote ---
Sent full code please

Some_one:

Here is the full code of OnPlayerExitVehicle



--- Quote from: NE.Restricted on August 11, 2014, 07:02:00 pm ---public OnPlayerExitVehicle(playerid,vehicleid)
{
    RemovePlayerMarker(playerid);
    /*if(PlayerInfo[playerid][Status] == 0) {
        CheckIfZombieEnteredInVehicle[playerid] = 0;
   }*/
   if(vehicleid > 142) {
       if(R[playerid] == 1) {
           R[playerid] = 0;
      } else {
      if(EngineON[vehicleid] == 0) {
      IsInVehicle[playerid][vehicleid] = 0;
      GameTextForPlayerBottom(playerid," ");
      SetVehicleLights(vehicleid,0);
      vh[playerid][vehicleid] = 0;
      NotDamager[playerid] = 0;
      SetVehicleAlarm(vehicleid,0);
      }
      if(EngineON[vehicleid] == 1) {
      IsInVehicle[playerid][vehicleid] = 0;
      GameTextForPlayerBottom(playerid," ");
      IsEngineOnOutOfPlayer[vehicleid] = 1;
      SetVehicleLights(vehicleid,0);
      vh[playerid][vehicleid] = 0;
      NotDamager[playerid] = 0;
      SetVehicleAlarm(vehicleid,0);
          );
          return 1;
  }

--- End quote ---

Error is in last bold red lines.

Some_one:
Help please.

Navigation

[0] Message Index

[#] Next page

Go to full version