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

Pages: 1 ... 12 13 [14]
196
mIRC/pawn Scripting / Re: helpe !buywep for gups
« on: July 25, 2012, 03:14:18 am »
gracias aledark my soy Matheus_br q entras en el sv

197
mIRC/pawn Scripting / helpe !buywep for gups
« on: July 25, 2012, 01:33:57 am »
I want to put a help! buywep stores my server can you help me put?

198
mIRC/pawn Scripting / Re: My server warchiefs one erro "madara" why?
« on: July 24, 2012, 04:57:39 pm »
gracias alejandro

199
mIRC/pawn Scripting / Re: helps to put on my server gups prison
« on: July 22, 2012, 04:29:32 pm »
jail script

200
mIRC/pawn Scripting / My server warchiefs one erro "madara" why?
« on: July 21, 2012, 07:53:16 pm »
My server WarChiefs of error called "madara" you guys know why they put a comment if you know thanks for attention



Brasil virtual rpg 24hrs

201
mIRC/pawn Scripting / helps to put on my server gups prison
« on: July 21, 2012, 07:44:00 pm »
I want to put a script on my server gups prison if you guys can you please post here thanks.


-------------------------------------------                **Brasil virtual rpg 24hrs**           
-------------------------------------------

202
Snippet Showroom / chat only for VIPs
« on: July 20, 2012, 07:17:55 pm »
[pawn]else if ( strcmp( cmd, "vip", true ) == 0 )
   {
      tmp = strtok( cmdtext, idx );
      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( tmp ) ) { SendClientMessage( playerid, COLOR_GREEN, "USAGE: /c vip [Message]" ); }
      else
      {
         new szMsg[ 128 ];
         format( szMsg, 128, "** vip %s: %s", gPlayers[ playerid ], cmdtext[ 3 ] );
         SendClientMessageToAll( RED, szMsg );
      }
      return 1;
      }[/pawn]

203
mIRC/pawn Scripting / Re: I made new codes hope you like
« on: July 20, 2012, 07:12:04 pm »
 :D thanks guy won and I'm still newbie thanks a lot thanks  ;)

204
mIRC/pawn Scripting / !Help
« on: July 20, 2012, 07:08:15 pm »
want an aid to a command to buy life or vest in gups

205
mIRC/pawn Scripting / Re: news scripts
« on: July 20, 2012, 06:58:49 pm »
:o  ;DThanks I'll try

206
mIRC/pawn Scripting / I made new codes hope you like
« on: July 20, 2012, 04:57:14 am »
[pawn]else if ( strcmp( cmd, "!cop", true ) == 0 )
   {
      tmp = strtok( cmdtext, idx );
      if ( !strlen( tmp ) )
      {
         format( szMsg, sizeof( szMsg ), "%s:precisa de policia em %s", gPlayers[ playerid ], GetPlayerLocation( playerid ) );
         SendClientMessageToAll( BLUE, szMsg );
      }
      return 1;
   }
   else if ( strcmp( cmd, "!paramedic", true ) == 0 )
   {
      tmp = strtok( cmdtext, idx );
      if ( !strlen( tmp ) )
      {
         format( szMsg, sizeof( szMsg ), "%s:precisa de um paramedico em %s", gPlayers[ playerid ], GetPlayerLocation( playerid ) );
         SendClientMessageToAll( BLUE, szMsg );
      }
      return 1;
   }
    else if ( strcmp( cmd, "!tax", true ) == 0 )
   {
      tmp = strtok( cmdtext, idx );
      if ( !strlen( tmp ) )
      {
         format( szMsg, sizeof( szMsg ), "%s:precisa de um taxi em %s", gPlayers[ playerid ], GetPlayerLocation( playerid ) );
         SendClientMessageToAll( BLUE, szMsg );
      }
      return 1;
   }[/pawn]

207
mIRC/pawn Scripting / news scripts
« on: July 20, 2012, 04:54:54 am »
[/i]need a code to suit the police station type / c police and make the clothes as the police have you guys help me?

Pages: 1 ... 12 13 [14]