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

Pages: [1] 2
1
mIRC/pawn Scripting / Re: Help?With Slap Command?
« on: February 15, 2012, 07:54:59 am »
jimmy's slap command is giving me 5 errors

2
mIRC/pawn Scripting / Help?With Slap Command?
« on: February 14, 2012, 08:13:41 am »
Hello Guys I Have A Problem I Have Made A Slap Comamnd , But When I Type /c slap 0
then it Tells me Usage: /c slap (nick/id)
i dont know whats wrong please have a look
[pawn]else if ( strcmp( cmd, "slap", true ) == 0 )
   {
      new reason[ 256 ], plr, szMsg[ 128 ];
      tmp = strtok( cmdtext, idx ), plr = FindPlayerIDFromString( tmp );
      if ( !IsLoggedIn( playerid ) ) SendClientMessage( playerid, COLOR_RED, "Please log-in to your account." );
      else if ( !IsAuthorized( playerid, cmd ) ) SendClientMessage( playerid, COLOR_RED, "You don't have access to use this command!" );
      else if ( !strlen(reason) ) SendClientMessage( playerid, COLOR_RED, "USAGE: /c slap [Nick/ID]" );
        else if ( plr == INACTIVE_PLAYER_ID ) SendClientMessage( playerid, COLOR_RED, "Error: Unknown player" );
      else
      {
         format( szMsg, sizeof( szMsg ), "Admin %s Slapped player:[ %s ]", gPlayers[ playerid ], gPlayers[ plr ]);
         SendClientMessageToAll( COLOR_GREEN, szMsg );
         new Float:x,Float:y,Float:z,Float:health;
            GetPlayerPos(playerid,x,y,z);
            SetPlayerPos(playerid,x,y,z+5);
            health = GetPlayerHealth(playerid,health);
            SetPlayerHealth(playerid,health - 23);
         SetPlayerDrunk(plr,500 );
         SendClientMessage(plr,GREEN,"You Have Been Slapped By An Admin,Respawn To Get Rid Of It");
      }
      return 1;
   }[/pawn]

3
Support / Re: MY Server Problem
« on: January 15, 2012, 05:49:37 am »
if u can see it on internet then ur firewall is blocking it just turn that off ,that happened to me too :P

4
mIRC/pawn Scripting / Re: cmd problem
« on: January 14, 2012, 06:32:29 am »
PutDirectlyInVehicle(playerid,156);

5
mIRC/pawn Scripting / Re: can someone link me to download a mirc server
« on: December 25, 2011, 07:43:29 am »
Working mIRC server i have take it
 http://www.codservers.smfnew.com/index.php?topic=47.0

6
mIRC/pawn Scripting / Re: Please Help Me!
« on: December 25, 2011, 07:27:00 am »
Try Adding This
[pawn]new IsMuted[MAX_PLAYERS];
new gPlayers[MAX_PLAYERS][MAX_PLAYER_NAME+1];[/pawn]
at the top of script

7
Tutorials / Re: Pawno tutorial by yazeen
« on: November 26, 2011, 02:33:33 pm »
ahh thanks me alot yazeen i learn much from it  ;D

8
mIRC/pawn Scripting / Re: Creating Objects?
« on: November 09, 2011, 02:32:08 pm »
Ankit Dont Advertise Here Advertiser
i am not advertising from any angle

Quote
Want To Be Admin In Server Click Here
its you who is advertising ur server and forums in signature

9
mIRC/pawn Scripting / Re: I Want mIRC Windows Server
« on: November 07, 2011, 02:30:20 pm »
Guys i really want your help please help me  :'(  :'(  :'(  :'(  :'( :'( :'( :'( :'( :'( :'( :'( :'( :'( :'( :'( :'( :'( :'( :'( :'( :'( :'( :'( :'( :'( :'( :'( :'( :'( :'( :'( :'(

10
mIRC/pawn Scripting / Re: I Want mIRC Windows Server
« on: November 07, 2011, 02:29:23 pm »
Hmmm lol i want to put sansan script its very very very nice script but i dont have a mirc server and i need it
mirc is good than pawn or squirrel its the best ever forever
can u help me or you can send me whole package of your server at [email protected]
[email protected]
i am on yahoo,yahoo messenger,gmail,orkut,facebook,skype
my skype id is ankit4220011
please help me anyone

11
mIRC/pawn Scripting / Re: How To Lock Squirrel Server
« on: November 06, 2011, 10:33:37 am »
please look ur inbox i send u information about how to host a server

12
mIRC/pawn Scripting / Re: How To Lock Squirrel Server
« on: November 06, 2011, 10:32:22 am »
Thanks For Reminding  ;)

13
mIRC/pawn Scripting / Topic Removed
« on: November 06, 2011, 10:19:39 am »
Topic Removed

14
mIRC/pawn Scripting / Re: Creating Objects?
« on: November 06, 2011, 10:11:13 am »
Thanks Very Much Fuzzy , And Yes I Host Servers For Free
If You  Like To Host Your Server Send Me Your Server At [email protected]
i will host it for you

15
mIRC/pawn Scripting / Re: Creating Objects?
« on: November 05, 2011, 06:51:03 pm »
i know they were pickups but they were looking cool when i saw the tree picckup on houseroof so can u tell me how to add it if i get the coords

Pages: [1] 2