Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Some_one

Pages: [1]
1
mIRC/pawn Scripting / Re: Custom skins in Server.
« on: August 14, 2014, 08:32:25 pm »
Thnx for your replay.

2
mIRC/pawn Scripting / Custom skins in Server.
« on: August 14, 2014, 02:13:47 pm »
Hi all !
I need help in adding custom skins in my server.For Example:-Taxi driver's shirt is red and i want to make it yellow.Is it possible? If yes than please tell me how to do this.I have custom skin but don't know how to add this in server?New skin will be added to "script.pwn" file or "server.clg" file?
Tell me how to add custom skin?

Regards :-
Some_one.

3
mIRC/pawn Scripting / Re: Need help in scripting.
« on: August 13, 2014, 07:50:01 pm »

Here is the full code of OnPlayerExitVehicle


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;
  }


Error is in last bold red lines.
Change ); to }
and fixed

THNX FOR HELP

4
mIRC/pawn Scripting / Re: Need help in scripting.
« on: August 13, 2014, 08:35:33 am »
Showing error again but now its showing 4 errors instead 6,Thnx for help.
If you can then solve these errors.


5
Support / Re: Need help in scripting.
« on: August 13, 2014, 08:23:34 am »
No,still it show errors but now there are 4 errors instead of 6 on same lines.


6
Support / Need help in scripting.
« on: August 13, 2014, 06:23:28 am »
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.



Here is the full code of OnPlayerExitVehicle


Quote
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;
  }


Error is in last bold red lines.

7
mIRC/pawn Scripting / Re: Need help in scripting.
« on: August 12, 2014, 01:08:02 pm »
Help please.

8
mIRC/pawn Scripting / Re: Need help in scripting.
« on: August 11, 2014, 08:23:14 pm »

Here is the full code of OnPlayerExitVehicle


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;
  }


Error is in last bold red lines.

9
mIRC/pawn Scripting / Re: Pawno Compiler Error!
« on: August 11, 2014, 08:20:10 pm »
Thank you all for help.

10
mIRC/pawn Scripting / Re: Need help in scripting.
« on: August 11, 2014, 01:27:27 pm »
Please help. I am waiting for replay for nearly 4 days! If you don't know how to solve this then plz tell me.

11
mIRC/pawn Scripting / Need help in scripting.
« 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.

12
Support / Re: Pawno Compiler Error!
« on: August 06, 2014, 08:49:27 am »
Thank you!
it worked but with 422 warning.
Warnings doesn't matter!

13
mIRC/pawn Scripting / Pawno Compiler Error!
« on: August 05, 2014, 02:02:13 pm »
HEllo, I am new to this website!
 
I want to share some problems with you.I made a VC-MP server but I have to face some problems.

When ever i try to compile the scripts i get following errors.



i think the errors are in .inc (include) files!
plz can u tell me how to fix it? OR give me link to download include files!

14
Support / Pawno Compiler Error!
« on: August 04, 2014, 06:39:43 am »
HEllo, I am new to this website!
 
I want to share some problems with you.I made a VC-MP server but I have to face some problems.

When ever i try to compile the scripts i get following errors.



i think the errors are in .inc (include) files!
plz can u tell me how to fix it? OR give me link to download include files!

Pages: [1]