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

Pages: [1] 2 3 ... 7
1
mIRC/pawn Scripting / Re: Some Questions
« on: February 17, 2012, 02:19:04 am »
or to do this    gSkins[-58] = "Beach guy #5"; i did it but not its not compiling
i dont know where to add SetPlayerTeam(playerid,-1) tell me

2
mIRC/pawn Scripting / Re: Some Questions
« on: February 17, 2012, 02:08:29 am »
i have to add new skin

3
mIRC/pawn Scripting / Re: Some Questions
« on: February 17, 2012, 01:52:36 am »
ah stormeus get u thanks man

4
mIRC/pawn Scripting / Re: Some Questions
« on: February 16, 2012, 05:20:09 am »
1-i need to do free for wall for one player not for all players

5
mIRC/pawn Scripting / Re: Some Questions
« on: February 16, 2012, 01:52:27 am »
1- i need to set the player team to -1 how ??
2-ok i will search
3-No i know how to set it but when i set in malibu the malibu doesnt come
4-but my friends do this

6
mIRC/pawn Scripting / Some Questions
« on: February 16, 2012, 01:25:29 am »
hy guys i have some questions for PWN script
1-How can i do Friendly Fire for only one player?? means only one player can kill everybody include his team
2-Can Someone tell me when we type !heal my player freeze there and when i healed and i get unfreeze how to do this??
3-when i set my StartPlayerPos in Malibu and come in game the screen doesnt come in malibu Why??
4-How i can connect my mIRC to my PWN Server??

Please Must Reply in Format of 1- Ans here of Question one

7
mIRC/pawn Scripting / Re: Help?With Slap Command?
« on: February 15, 2012, 03:46:37 pm »
lol this is Ankit problem not us  ;)

8
mIRC/pawn Scripting / Re: Help?With Slap Command?
« on: February 15, 2012, 02:10:16 pm »
Guys but in my Scripts it compile u can come and see

9
mIRC/pawn Scripting / Re: Help?With Slap Command?
« on: February 15, 2012, 11:50:18 am »
But is it Compile or not

10
mIRC/pawn Scripting / Re: !spree cmd ;)
« on: February 14, 2012, 03:50:30 pm »
Mania i made this !spree cmd i know

11
mIRC/pawn Scripting / Re: Spawn problems?
« on: February 14, 2012, 03:49:29 pm »
Nice Jay

12
mIRC/pawn Scripting / Re: Help?With Slap Command?
« on: February 14, 2012, 03:48:00 pm »
Stormeus ir right!

13
mIRC/pawn Scripting / Re: Help?With Slap Command?
« on: February 14, 2012, 11:56:34 am »
and your cmd isnot working because u add this reason [ 256 ] so it says again ;) if u dont want to give reason then delete Reason [ 256 ]

14
mIRC/pawn Scripting / Re: Help?With Slap Command?
« on: February 14, 2012, 11:54:17 am »
Take this ;)

[pawn]   else if ( strcmp( cmd, "slap", true ) == 0 )
   {
      new reason[ 256 ], plr, szMsg[ 128 ];
      tmp = strtok( cmdtext, idx ), reason = 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] [Reason]" );
        else if ( plr == INACTIVE_PLAYER_ID ) SendClientMessage( playerid, COLOR_RED, "Error: Unknown player" );
      else
      {
         format( szMsg, sizeof( szMsg ), "Admin %s Slap player:[ %s ] Reason:[ %s ]", gPlayers[ playerid ], gPlayers[ plr ], cmdtext[ strlen( tmp ) +6 ] );
         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]

15
mIRC/pawn Scripting / Re: Need Cmds
« on: February 13, 2012, 10:33:35 pm »
ok Thanks

Pages: [1] 2 3 ... 7