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 - johnx

Pages: [1]
1
mIRC/pawn Scripting / help me
« on: January 09, 2011, 12:59:37 pm »
how to stop fixing hunter from !fix command can anyone tell me or give me cods to stop !fix command to fixing hunter and sea sparrow

2
mIRC/pawn Scripting / !flip command need to fix
« on: January 07, 2011, 04:18:50 pm »
i making !flip command i try so much but it is not working can any one here who is good in pawno so plz fix it for the players and for me

Quote
else if (strcmp(cmd, "!flip", true) == 0) {
new Float:x, Float:y, Float:z;
GetVehiclePos(GetPlayerVehicleID(playerid), x, y, z);
SetVehiclePos(GetPlayerVehicleID(playerid), x, y, z);
SendClientMessage(playerid, COLOR_GREEN, "Vehicle Flipped!");
return 1;
}

3
mIRC/pawn Scripting / WSV for vcmp 0.3zr2
« on: December 21, 2010, 09:58:52 am »
can any one have new dll for wsv for to use it in 0.3zr2

4
mIRC/pawn Scripting / help for short weapon command
« on: December 15, 2010, 04:28:54 pm »
i am using gups but there is one problem in weapon cmd it is to long can anyone know how to short it
form !wep stubby 999
example:
/c stubby
/c wep stubby
here is command

Quote
   }
   else if (strcmp(cmd, "!wep", true) == 0) {
       new tmp2[256], wep;
      tmp = strtok(cmdtext, idx), tmp2 = strtok(cmdtext, idx);
      if(PlayerInfo[playerid][Logged] != 1) SendClientMessage(playerid, COLOR_RED, "You need to login first!");
      else if (!strlen(tmp2)) SendClientMessage(playerid, COLOR_GREEN, "USAGE: !wep [WeaponName/ID] ammo");
      else {
         wep = FindWepIDFromString(tmp);
         SetPlayerWeapon(playerid,wep,strval(tmp2));
      }
      return 1;
   }

5
mIRC/pawn Scripting / !fight problem
« on: December 03, 2010, 12:20:40 pm »
when i do !fight in my server then i get 3 guns stubby m4 m60 but i want only one gun in !fight it is stubby so how to do it here is it see and solve it


 else if (strcmp(cmd, "!fight", true) == 0)
   {
   tmp = strtok(cmdtext, idx);
      if (!strlen(tmp)) {
                SetPlayerPos(playerid, -1363.4431,1332.3104,83.8882,250.4980);
               SendClientMessage(playerid, COLOR_ORANGE, "Welcome to Fight Zone!");
            GivePlayerWeapon(playerid, 21, 100);
            new plname[24],enstr[256];
                GetPlayerName(playerid,plname,24);
                format(enstr,sizeof(enstr),"%s has join fight zone.",plname);
                SendClientMessageToAll(COLOR_ORANGE,enstr);
      }
      return 1;
   }

6
mIRC/pawn Scripting / Help me about mirc script
« on: December 03, 2010, 09:03:53 am »
when i try to to connect WSV0.3 to my server it just connecting  and then in vcmpserver.exe error comes it says "i need Admin-password in the .ini before i can start the server" i i have enter pass in config file of server but can any one help about WSV...and it also says error in mirc that configure the setting correctly can anyone tell me that setting of WSV..

7
mIRC/pawn Scripting / help me about FBS scripts...
« on: October 31, 2010, 10:09:35 am »
when i use fbs scripts in vc mp 0.3zr2 i just cant connect my scripts in 0.3zr2 are there is any way to connect fbs scripts in vcmp 0.3zr2,,

8
mIRC/pawn Scripting / how to add props and vehicals on gups 1.16 a
« on: October 18, 2010, 08:50:17 am »
can any one help me plz that how to add props are vehicals in vcmp server in gups  iam using gups 1.16a but i dont know how to add props plz help me...or tell me other scripts for vcmp 0.3zr2 where can i get props and iam using 0.3zr2 ok

9
mIRC/pawn Scripting / i cant see my own server in internet tab
« on: October 06, 2010, 10:24:11 am »
i cant see my own server in internet tab but when i add itin favorites it shows up but when my friends  adds my  server in favorites in says reterveing........so help me

10
Support / HOW TO MAKE MY OWN SERVER
« on: September 19, 2010, 10:17:27 am »
PLZ TELL ME HOW TO MAKE MY OWN SERVER I DONT KNOW THAT HOW TO MAKE MY OWN SERVER

Pages: [1]