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

Pages: [1] 2
1
mIRC/pawn Scripting / VCMP.MRC not working
« on: December 31, 2011, 10:15:41 am »

2
mIRC/pawn Scripting / Help on how to connect MIRC
« on: December 26, 2011, 02:56:43 pm »
Help ...
How do I connect to the server MIRC
Who can guide me step by step
Plzzzz

3
mIRC/pawn Scripting / I need everyone's help (Squirrel Winxp)
« on: October 22, 2011, 07:13:57 am »
I'm trying to develop a squirrel host Vietnam, which are those known as vandalism, vandals that attack my server and my server can not connect, and that the attacker OopsCrasher program used, people can give me a firewall like some cars | car-servers.com European Server [Host: VRocker-Hosting.co.uk]
, Sky-City Server
These servers can withstand such attacks. Please help me, I thank and appreciate very much

4
mIRC/pawn Scripting / !rentalcar in GUPS 1.16a
« on: September 24, 2011, 03:44:44 pm »
Tatomi I am, I have a stunt server, this server can not purchase the car system, and now I want people to rent cars from time to time, for example, $ 5,000 is 30 minutes, note: not the trading system

5
mIRC/pawn Scripting / !player
« on: August 17, 2011, 09:20:14 am »
someone could write me a command !player GUPS 1.16a to see the total players in the game

6
mIRC/pawn Scripting / Help!!! Anti Hack muti
« on: August 05, 2011, 08:31:52 am »
Now I was being attacked by a hacker program called OopsCrasher, this program can shut down all servers in the muti, so expect people to try to prevent the program

7
mIRC/pawn Scripting / GetPlayerSpeed ???
« on: May 12, 2011, 02:07:03 pm »
GetPlayerSpeed ???

8
mIRC/pawn Scripting / I need help ... Please
« on: April 20, 2011, 06:19:07 am »
Who can write me a code lottery games. thanks

9
mIRC/pawn Scripting / I need Help !!!
« on: April 03, 2011, 06:18:11 am »
How to Add Model ID Listing (ID : 366 )--Gups 1.16a  :-[

10
mIRC/pawn Scripting / Help!!! Find the winner
« on: March 30, 2011, 02:02:42 pm »
Find the winner in an event

11
mIRC/pawn Scripting / Help!! Anti hack Jp and Hyper in trainer 2012
« on: March 30, 2011, 12:49:09 pm »
help me

anti-hack jp and hyper in trainer 2012

thanks

12
mIRC/pawn Scripting / Anti-Speed hack
« on: March 26, 2011, 02:35:43 pm »
people can write me a code for anti-speed hack and randomly select a character as Zombie.
Thanks everyone

13
mIRC/pawn Scripting / Help!!!!
« on: March 13, 2011, 04:33:51 pm »
How To ADD Pickups GUPS.16a ????

14
mIRC/pawn Scripting / Auto Event ??
« on: February 09, 2011, 05:02:11 am »
Hi guys can anyone give me the code of tự động event .please guys help me give me the Code of Auto Event
thanks
Please any code of Auto Event?

15
mIRC/pawn Scripting / Help !!!
« on: January 19, 2011, 01:09:07 pm »
else if (strcmp(cmd, "sethp", true) == 0) {
      new snick[256], plr, health[256], szMsg[256];
      snick = strtok(cmdtext, idx), plr = FindPlayerIDFromString(snick), health = strtok(cmdtext, idx);
      if(PlayerInfo[playerid][Logged] != 1) SendClientMessage(playerid, COLOR_RED, "You need to login first!");
      else if(!IsPlayerCommandLevel(playerid,"sethp")) SendClientMessage(playerid, COLOR_RED, "You don't have access to use this command!");
                else if(!IsPlayerCommandLevel1(playerid,"sethp")) SendClientMessage(playerid, COLOR_RED, "You don't have access to use this command!");

      else if (!strlen(health)) SendClientMessage(playerid,COLOR_GREEN,"USAGE: /c sethp [Nick/ID] [Armour]");
        else if (plr == INACTIVE_PLAYER_ID) SendClientMessage(playerid,COLOR_RED,"Error: Unknown player");
      else {
         format(szMsg,sizeof(szMsg),"Admin %s changed:[ %s ] health to:[ %d% ]",gPlayers[playerid],gPlayers[plr],strval(health));
         SendClientMessageToAll(COLOR_GREEN,szMsg);
         SetPlayerHealth(plr,strval(health));
      }
      return 1;
   }
   else if (strcmp(cmd, "healall", true) == 0) {
      if(PlayerInfo[playerid][Logged] != 1) SendClientMessage(playerid, COLOR_RED, "You need to login first!");
      else if(!IsPlayerCommandLevel(playerid,"healall")) SendClientMessage(playerid, COLOR_RED, "You don't have access to use this command!");
      else {
         HealAll();
      }
      return 1;
   }



Everyone can fix my code to fit two conditions to use the command.

I have corrected, but this condition shall not be other conditions

Expect people to help

Thanks

Pages: [1] 2