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

Pages: 1 [2]
16
mIRC/pawn Scripting / Help!!! Find the winner
« on: March 30, 2011, 02:02:42 pm »
Find the winner in an event

17
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

18
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

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

20
mIRC/pawn Scripting / Re: Auto Event ??
« on: February 14, 2011, 03:35:51 pm »
what u mean auto event please explain so ill help


Means that the code that will make any event because I had put in 30 minutes

21
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?

22
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

23
mIRC/pawn Scripting / Help!!!!
« on: December 23, 2010, 04:44:33 am »
People can give me a code hidden levels not.Thanks

24
mIRC/pawn Scripting / Help!!!!!
« on: October 31, 2010, 10:17:55 am »
How to creata event vc mp ???

25
mIRC/pawn Scripting / Help!
« on: October 27, 2010, 02:33:26 pm »
How to create a event

Pages: 1 [2]