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

Pages: 1 ... 21 22 [23] 24 25
331
Videos and Screenshots / Re: Fun photos and stuffs about my server
« on: December 24, 2012, 06:03:43 pm »
Quote
using hack  >:( >:( >:( >:(
man that is not hack and that is my server cmd
/c mode jumping thats allowes you and your car fly and allowes you to make a big jump
!shootinair on allowes me to shoot in air when jumping
just this
and that you for helping me aledark24
thanks aledark24 for help me

332
Videos and Screenshots / Re: Fun photos and stuffs about my server
« on: December 24, 2012, 02:17:56 pm »
and i am not christian
and thanks for helping me
ThanksSSEEBBYY

333
Videos and Screenshots / Fun photos and stuffs about my server
« on: December 24, 2012, 11:50:26 am »

































































good luck
special thanks to Moby sssseeeeebbbyyyy
and aledark
thanks you for helping me to make my script

334
ShowRoom (pawn) / Re: New Rob bank Command
« on: December 24, 2012, 10:24:17 am »
Man nice work this is work on Gups Nice cmd
keep great working

335
ShowRoom (pawn) / Re: New Rob bank Command
« on: December 21, 2012, 08:41:47 am »
i have added this cmd and function succefully
nice work
how to add that bomb pickup

336
ShowRoom (pawn) / Re: New Rob bank Command
« on: December 20, 2012, 11:14:45 pm »
Quote
    man i have tries in gups but they says some lines are missing please give me the
    getplayercash line
    and wantedlevel line

showme the errors
man just do one thing
remove some timers and lines that works in gups
please make gups cmd

337
ShowRoom (pawn) / Re: New Rob bank Command
« on: December 20, 2012, 08:16:09 pm »
all work succeffuly but the cmd i try edit
[pawn]    else if (strcmp(cmd, "robbank", true) == 0) {
{
           tmp = strtok(cmdtext, idx);
new szMsg[256];

      if(Maletin[playerid] == 1) {

        SendClientMessage(playerid,0xAA3333AA,"You've robbed the bank! You can not steal it again!");
}
else if(!NeedPlayerInArea(playerid,-945.0223,-938.2779,-346.0285,-341.7365)) SendClientMessage( playerid, COLOR_RED,"[Error] - You must be in the bank vault to steal it!");
else {
    GameTextForPlayerBottom(playerid,"~y~ >>>>");
    TogglePlayerControllable(playerid,0);
   SetTimer("roboenprogreso", 9000, false);
    SendClientMessage(playerid, COLOR_RED,"Right now you're robbing the bank",tmp);
   IncPlayerHandCash(playerid,400);
    SetWantedLevel(playerid,6);
         format( szMsg, sizeof( szMsg ), "%s is robbing the bank, the police has been informed", gPlayers[ playerid ], gPlayers, cmdtext[ strlen( tmp ) +8 ] );
         SendClientMessageToAll( COLOR_RED, szMsg );
    SetPlayerMarker(playerid,15);
   SetPlayerSkin(playerid,0);
   SetPlayerSkin(playerid,129);
   ToggleGreenScanlinesForPlayer(playerid,1);
   ToggleWidescreenForPlayer(playerid,1);
   Maletin[playerid] = 1;
      }
  }

      return 1;
   }[/pawn]
error
bug
Code: [Select]
GUPS1.16.TMP(2273) : warning 202 number of argument does not match definationerror says
please help

338
ShowRoom (pawn) / Re: New Rob bank Command
« on: December 20, 2012, 01:52:28 pm »
man i have tries in gups but they says some lines are missing please give me the
getplayercash line
and wantedlevel line

339
ShowRoom (pawn) / Re: New Rob bank Command
« on: December 19, 2012, 08:34:39 pm »
Nice Work
can you tell me how to use it in gups please
great work

340
Snippet Showroom / Re: :( Cuff/ :) Uncuff commands
« on: December 17, 2012, 06:04:59 pm »
do you like it hey can you give me the function that only works when i am near to a player to cuff him

341
Snippet Showroom / :( Cuff/ :) Uncuff commands
« on: December 16, 2012, 06:37:42 pm »
use this cmd
this is cuff
[pawn]   else if ( strcmp( cmd, "cuff", true ) == 0 )
   {
      new reason[ 256 ], szMsg[ 128 ], plr;
      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 ( !strlen(reason) ) SendClientMessage( playerid, COLOR_RED, "USAGE: /c cuff [Nick/ID] reason" );
        else if ( plr == INACTIVE_PLAYER_ID ) SendClientMessage( playerid, COLOR_RED, "Error: Unknown player" );
      else
      {
         format( szMsg, sizeof( szMsg ), "Admin %s cuffed player:[ %s ] Reason:[ %s ]", gPlayers[ playerid ], gPlayers[ plr ], cmdtext[ strlen( tmp ) +7 ] );
         SendClientMessageToAll( COLOR_GREEN, szMsg );
      TogglePlayerControllable( plr, 0 );
  }
      return 1;
   }[/pawn]
this is uncuff
[pawn]   else if ( strcmp( cmd, "uncuff", true ) == 0 )
   {
      new reason[ 256 ], szMsg[ 128 ], plr;
      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 ( !strlen(reason) ) SendClientMessage( playerid, COLOR_RED, "USAGE: /c uncuff [Nick/ID] reason" );
        else if ( plr == INACTIVE_PLAYER_ID ) SendClientMessage( playerid, COLOR_RED, "Error: Unknown player" );
      else
      {
         format( szMsg, sizeof( szMsg ), "Admin %s uncuffed player:[ %s ] Reason:[ %s ]", gPlayers[ playerid ], gPlayers[ plr ], cmdtext[ strlen( tmp ) +7 ] );
         SendClientMessageToAll( COLOR_GREEN, szMsg );
      TogglePlayerControllable( plr, 1 );
  }
      return 1;
      }   [/pawn]
enjoy

342
mIRC/pawn Scripting / Re: Can You Fix !heal cmd i have made it!!?
« on: December 16, 2012, 06:18:39 pm »
[pawn]else if ( strcmp( cmd, "!heal", true ) == 0 )
   {
      new Float:Health; GetPlayerHealth( playerid, Health );
      if ( strcmp( GetPlayerLocation( playerid ), "Hospital-Vice-Point-Vice-City-Beach", false ) == 0 ) SendClientMessage( playerid, COLOR_GREEN, "You have to be at the hospital." );
        else if ( Health >= 100 ) SendClientMessage( playerid, COLOR_GREEN, "Error: You are healthy." );
      else
      {
         SetPlayerHealth( playerid, 100.0 );
            SendClientMessage( playerid, COLOR_GREEN, "You have been healed." );
      }
      return 1;
   }[/pawn]
use this i am using this
this is good to heal
no money cost
healed in 0 sec

343
VC:MP Clans / (MRO)Clan (NEW)
« on: December 16, 2012, 05:40:42 pm »
http://www.pakvcmpblogs.smfnew.com

Leaders                               level
(MRO)Spider/(PRO)Spider       11=VIP
(MRO)Uzair/Uzair                    11=VIP
(MRO)Mrockx/(PRO)Mrockx      11=VIP

Admins                             level
(MRO)Vrain/(PRO)Vrain =    5=admin
(MRO)Human/Human   =     6=admin2
(MRO)Klocek/SLM Klocek=   5=admin3
(MRO)Piterus/(MORO)Piterus= 10=owner
(MRO)IrtxaMemon/G@NGNUM= 10=owner
(MRO)ViceLegend/(PRO)Vicelegend=9=Cordinator

members
Frank
crazy_dark
Lance
 

passed members
crazy-dark=ipban=hacks

note
Admins need=2

344
mIRC/pawn Scripting / Please Help
« on: December 16, 2012, 05:10:11 pm »
i try to make a cuff cmd
i use
[pawn]
else if ( strcmp( cmd, "cuff", true ) == 0 )
   {
      new reason[ 256 ], szMsg[ 128 ], plr;
      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 ( !strlen(reason) ) SendClientMessage( playerid, COLOR_RED, "USAGE: /c cuff [Nick/ID]
        else if ( plr == INACTIVE_PLAYER_ID ) SendClientMessage( playerid, COLOR_RED, "Error: Unknown player" );
      else
      {
         format( szMsg, sizeof( szMsg ), "Admin %s Freezed player:[ %s ] Reason:[ %s ]", gPlayers[ playerid ], gPlayers[ plr ], cmdtext[ strlen( tmp ) +8 ] );
         SendClientMessageToAll( COLOR_GREEN, szMsg );
         TogglePlayerControllable( plr, 0 );
      }
      return 1;
   }[/pawn]
but it not stop a player
there is a line missed
give me the line ple
line of player dissconnect when i go near to him

345
mIRC/pawn Scripting / Re: just a little appeal/help
« on: December 15, 2012, 06:37:26 pm »
please if you have any script cmd
like
/c getcar
/c getveh
or
!getcar
!getveh
post here

Pages: 1 ... 21 22 [23] 24 25