spróbuj usunąć byt 172 i 194
Jak nie masz pojecia o czym piszesz to nie pisz w ogole.
No właśnie dobrze mówi, jeżeli jest wiele entów o takim samym classname a chce usunąć tylko wybrane to najlepiej pobawić się w usuwanie ich w precache pluginu.
To równanie zostało stworzone przy pomocy kodu LaTeX:
Edytor LaTeX online: CodeCogs.com/latex/eqneditor.php
Witamy w Nieoficjalnym polskim support'cie AMX Mod X, jak w większości społeczności internetowych musisz się zarejestrować aby móc odpowiadać lub zakładać nowe tematy, ale nie bój się to jest prosty proces w którym wymagamy minimalnych informacji.
|




Mężczyzna
Napisane przez Muzzi
w 13.02.2014 22:39
Napisane przez Muzzi
w 27.03.2012 23:31
Napisane przez Muzzi
w 23.03.2012 22:56
#include <amxmodx>
#include <hamsandwich>
#define PLUGIN "Auto Respawn"
#define VERSION "1.0"
#define AUTHOR "hiroshima"
public plugin_init(){
register_plugin( PLUGIN, VERSION, AUTHOR );
register_clcmd( "say /respawn", "Respawn" );
RegisterHam( Ham_Killed, "player","Killed", 1 );
}
public Killed( id ){
set_task( 0.3, "Respawn", id );
}
public client_putinserver( id ){
set_time( 3.0, "Respawn", id );
}
public Respawn( id ){
if( !is_user_alive( id ) )
ExecuteHamB( Ham_CS_RoundRespawn, id );
}
Napisane przez Muzzi
w 15.03.2012 18:16
Napisane przez Muzzi
w 14.03.2012 21:21
Napisane przez Muzzi
w 10.03.2012 16:44
g_iPlayerIndex[ id ] = SQL_ReadResult( Query, SQL_FieldNameToNum( Query, "id" ) );
Napisane przez Muzzi
w 09.03.2012 18:06
Napisane przez Muzzi
w 09.03.2012 17:22
Napisane przez Muzzi
w 05.03.2012 23:49
Napisane przez Muzzi
w 17.02.2012 15:01
Napisane przez Muzzi
w 16.02.2012 15:10
Napisane przez Muzzi
w 16.02.2012 13:43
public ZwrocNazweKlasy(id, tablica[], len){
copy(tablica, len, Race[ player_class[ id ] ]);
}
new szText[ 128 ];
ZwrocNazweKlasy( id, szText, charsmax( szText ) );
Napisane przez Muzzi
w 15.02.2012 22:23
Napisane przez Muzzi
w 15.02.2012 21:08
Napisane przez Muzzi
w 25.12.2011 01:24
; AMX Mod X plugins
; Admin Base - Always one has to be activated
admin.amxx ; admin base (required for any admin-related)
;admin_sql.amxx ; admin base - SQL version (comment admin.amxx)
; Basic
admincmd.amxx ; basic admin console commands
adminhelp.amxx ; help command for admin console commands
adminslots.amxx ; slot reservation
multilingual.amxx ; Multi-Lingual management
; Menus
menufront.amxx ; front-end for admin menus
cmdmenu.amxx ; command menu (speech, settings)
plmenu.amxx ; players menu (kick, ban, client cmds.)
;telemenu.amxx ; teleport menu (Fun Module required!)
mapsmenu.amxx ; maps menu (vote, changelevel)
pluginmenu.amxx ; Menus for commands/cvars organized by plugin
; Chat / Messages
adminchat.amxx ; console chat commands
antiflood.amxx ; prevent clients from chat-flooding the server
scrollmsg.amxx ; displays a scrolling message
imessage.amxx ; displays information messages
adminvote.amxx ; vote commands
; Map related
nextmap.amxx ; displays next map in mapcycle
mapchooser.amxx ; allows to vote for next map
timeleft.amxx ; displays time left on map
; Configuration
pausecfg.amxx ; allows to pause and unpause some plugins
statscfg.amxx ; allows to manage stats plugins via menu and commands
; Enable to use AMX Mod plugins
;amxmod_compat.amxx ; AMX Mod backwards compatibility layer
; Custom - Add 3rd party plugins here
bb_exp.amxx debug
bb_ammopacks.amxx



Moja zawartość