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.


Topics - Some_one

Pages: [1]
1
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.

2
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.

3
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.

4
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!

5
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]