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

Pages: 1 2 [3] 4
31
mIRC/pawn Scripting / Re: Please HELP me in !DM script
« on: February 11, 2013, 09:01:43 am »
I have registration system in my server but it work without DM[playerid] =0; :D

32
Wah Great Console System very nice ...Keep working on console system until we finish  /c xD

33
mIRC/pawn Scripting / Re: Please HELP me in !DM script
« on: February 11, 2013, 08:38:07 am »
WORKED!!! my friends thnxx alot command worked mrockxkingbutt's command worked we need to remove DM[playerid] =0; from OnplayerDeath :D thnx u all for helping me Thank you nestwriter.

34
Snippet Showroom / Re: Want to slap someone ? :D
« on: February 11, 2013, 08:12:35 am »
Simple man this work in all pawn scripts you have all includes ? put it in your script if it don't work then post errors here i will try to fix error :D

35
Snippet Showroom / Re: [new command] rob in the street xD
« on: February 11, 2013, 06:46:36 am »
IF some one if robbed then we can rob him again and again ? please put this command if player is robbed in 1 hours we cant rob again this player it show the message " This player is robbed recently "

36
Snippet Showroom / Want to slap someone ? :D
« on: February 11, 2013, 06:27:47 am »
New slap command i hope u guys like it :- if you have this command so sorry if someone dont have this command enjoy with slapping ahhahahahaxD  ::)

[pawn]else if ( strcmp( cmd, "slap", true ) == 0 )
   {
      new reason[ 256 ], plr;
      IsPlayerAdmin(playerid);
      tmp = strtok( cmdtext, idx ), reason = strtok( cmdtext, idx ), plr = FindPlayerIDFromString( tmp );
      if ( !IsLoggedIn( playerid ) ) SendClientMessage( playerid, GREEN, "Please log-in to your account." );
      else if ( !IsAuthorized( playerid, cmd ) ) SendClientMessage( playerid, BLUE, "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
      {
            new Float:x, Float:y, Float:z, szMsg[ 128 ];
          GetPlayerPos( plr, x, y, z );
         SetPlayerPos( plr, x+30, y+10, z+20, 0, 0 );
         format( szMsg, sizeof( szMsg ), "Administrator %s slaped player %s Reason:[ %s ]", gPlayers[ playerid ], gPlayers[ plr ], cmdtext[ strlen( tmp ) +6 ] );
         SendClientMessageToAll( BLUE, szMsg );
         GameTextForPlayer (plr, " You ~p~Have ~b~been ~o~slaped ");
         SetPlayerDrunk(plr, 300, 300);
      }
      return 1;

      }[/pawn]

37
mIRC/pawn Scripting / Re: [Command Question][Need help with givecash]
« on: February 11, 2013, 06:21:42 am »
Put the GUPS !givecash script in your server and compile then show me what error coming then we fix it this is not good givecash scrip dont use >100 >1000 or else use tmp what ammount player want to give to someone :D TRy that script :

[pawn]else if ( strcmp( cmd, "!givecash", true ) == 0 )
   {
          new tmp2[ 256 ], plr;
      tmp = strtok( cmdtext, idx ), tmp2 = strtok( cmdtext, idx ), plr = FindPlayerIDFromString( tmp );
      if ( !IsLoggedIn( playerid ) ) SendClientMessage( playerid, COLOR_GREEN, "Please log-in to your account." );
      else if ( !strlen(tmp2) ) SendClientMessage( playerid, COLOR_YELLOW, "USAGE: !givecash [Nick/ID] [Amount]" );
      else if (GetPlayerHandCash(gPlayers[ playerid ]) < StrToInt(tmp2) ) SendClientMessage( playerid, ORANGE, "You havent got the needed money." );
      else if ( plr == INACTIVE_PLAYER_ID ) SendClientMessage( playerid, COLOR_RED, "Error: Unknown player" );
      else if ( !IsPlayerRegistered(gPlayers[ plr ]) ) SendClientMessage( playerid, GREEN, "That nick is not registered!" );
      else if ( !IsNumeric(tmp2) ) SendClientMessage( playerid, COLOR_RED, "Invalid Amount!" );
      else
      {
         format( szMsg, sizeof( szMsg ), "You have sent:[ $%d ] to:[ %s ]",tmp, gPlayers[ playerid ] );
         SendClientMessage( playerid, GREEN, szMsg );
         DecPlayerHandCash( playerid,StrToInt( tmp ) );
         IncPlayerHandCash( plr,StrToInt( tmp ) );
      }
      return 1;
      }[/pawn]

38
mIRC/pawn Scripting / Re: Please HELP me in !DM script
« on: February 11, 2013, 06:14:43 am »
NOT WORKING! There is too many errors in pawn man i am using GUPS but i modified the GUPS and changed the script but some of my function is GUPS function. Please change your !DM system to GUPS.

39
Servers / Re: <><>|||> United Island Freedom <|||<><>
« on: February 11, 2013, 05:22:12 am »
Have you completed this server?? Also contact me BR0
Contact You ? For what ?

40
Servers / <><>|||> United Island Freedom <|||<><>
« on: February 10, 2013, 06:51:03 pm »
                             

                                                    Server Name : United Island Freedom
                               IP                : Home Hosting ( it will be on vps soon :D )
                               Gamemode   : UiFGW
                               Forum          : www.UIFGW.smffy.com




VISIT FORUM FOR MORE INFORMATION! CLICK HERE >Forum<                 

41
mIRC/pawn Scripting / Re: Please HELP me in !DM script
« on: February 10, 2013, 05:46:07 pm »
LOL I Spawn in dm when i die hahaha without entering !DM lol man please fix this bug

42
mIRC/pawn Scripting / Re: Please HELP me in !DM script
« on: February 10, 2013, 05:39:10 pm »
Man its bugged OnPlayerDeath >>  DM[playerid] = 0; then player spawn at road without typing !leave and DM[playerid] = 1; then player spawn at dm if we type or don't type !leave!

Can you fix this bug ?

43
mIRC/pawn Scripting / Re: Please HELP me in !DM script
« on: February 10, 2013, 03:38:17 pm »
THNXXX MAN ITS WORKED ROCKING MAN !!!!! 8)


44
ah man you need to change code like remove include madara then compile then what error happens then put the gups includes and put ur script in wordpad press ctrl + h replace the SendPMmessage with SendClientMessage and other commands u know well. :D i already changed amdara and i can compile this script :D..GOOD LUCK

Sorry FOR BAD english!

45
mIRC/pawn Scripting / Re: Please HELP me in !DM script
« on: February 10, 2013, 02:04:50 pm »
Not Working :( Please can u give me this command ?

Pages: 1 2 [3] 4