hlmod.hu
https://hlmod.hu/

BuyZone Create
https://hlmod.hu/viewtopic.php?f=29&t=24919
Oldal: 1 / 1

Szerző:  K1LLeR [ 2016.05.14. 19:07 ]
Hozzászólás témája:  BuyZone Create

Sziasztok szerintem ki talalhattatok mire gondolok kulombozo mappokon BuyZonet akkarok letrehozni ahoz kellene egy plugin. van olyan plugin akkor kuldjetek el es megy

a pacsi :D

Szerző:  Fanni:. [ 2016.05.14. 19:14 ]
Hozzászólás témája:  Re: BuyZone Create

  1. #include <amxmodx>
  2. #include <fakemeta>
  3.  
  4. public plugin_init( ) {
  5.     register_plugin( "No Buyzone", "1.0", "Fanni:." );
  6.    
  7.     register_message( get_user_msgid( "StatusIcon" ), "Msg_StatusIcon" );
  8. }
  9.  
  10. public Msg_StatusIcon( msgid, msgdest, id ) {
  11.     static szMsg[ 8 ];
  12.     get_msg_arg_string( 2, szMsg, 7 );
  13.    
  14.     if( equal( szMsg, "buyzone" ) && get_msg_arg_int( 1 ) ) {
  15.         set_pdata_int( id, 235, get_pdata_int( id, 235 ) & ~( 1 << 0 ) );
  16.         return PLUGIN_HANDLED;
  17.     }
  18.    
  19.     return PLUGIN_CONTINUE;
  20. }

Szerző:  K1LLeR [ 2016.05.14. 19:23 ]
Hozzászólás témája:  Re: BuyZone Create

de nem no buyzone..

Szerző:  K1LLeR [ 2016.05.14. 21:05 ]
Hozzászólás témája:  Re: BuyZone Create

Valaki tud segiteni surgos lenne!

Szerző:  csongika [ 2016.05.14. 21:11 ]
Hozzászólás témája:  Re: BuyZone Create

Fanni:. írta:
  1. #include <amxmodx>
  2. #include <fakemeta>
  3.  
  4. public plugin_init( ) {
  5.     register_plugin( "No Buyzone", "1.0", "Fanni:." );
  6.    
  7.     register_message( get_user_msgid( "StatusIcon" ), "Msg_StatusIcon" );
  8. }
  9.  
  10. public Msg_StatusIcon( msgid, msgdest, id ) {
  11.     static szMsg[ 8 ];
  12.     get_msg_arg_string( 2, szMsg, 7 );
  13.    
  14.     if( equal( szMsg, "buyzone" ) && get_msg_arg_int( 1 ) ) {
  15.         set_pdata_int( id, 235, get_pdata_int( id, 235 ) & ~( 1 << 0 ) );
  16.         return PLUGIN_HANDLED;
  17.     }
  18.    
  19.     return PLUGIN_CONTINUE;
  20. }

Kérlek ne írd át az authort

Oldal: 1 / 1 Minden időpont UTC+02:00 időzóna szerinti
Powered by phpBB® Forum Software © phpBB Limited
https://www.phpbb.com/