Sie sind nicht angemeldet.

Beiträge: 552

Beruf: Fisi

Rootserver vorhanden: Ja

  • Nachricht senden

21

Freitag, 18. November 2011, 19:31

ich nutze eh die standart spawnpoints da kein ffa an ist und somit lvl´s verloren gehen wenn man einen tk macht^^ so macht es mehr fun finde ich.
frickelei ist es trotzdem nicht wirklich, 2/3 sachen geändert und schwupdiwupp lief alles
Wer deutlich spricht, riskiert verstanden zu werden.

http://steamcommunity.com/profiles/76561197996267687

22

Samstag, 19. November 2011, 02:51

Diese Funktion in Bails CSSDM ist ehh fürn Arsch, da sich bei so gut jedem Update die Offset-Werte ändern.
Es gibt ja schon alternative seperate Plugins für die einzelnen Funktionen, welche mit denen von CSSDM vergleichbar sind.

-FFA
-SpawnTools7
-Waffenmenü
-Respawn

Da wie templetonpeck schon schrieb, nicht jede Funktion nötig, jedoch vorhanden ist.

edit: Aber jetzt schweifen wir vom eigendlichen Thema ab.
+88_________________+880______
_+880_______________++80______
_++88______________+880_______
_++88_____________++88________
__+880___________++88_________
__+888_________++880__________
__++880_______++880___________
__++888_____+++880____________
__++8888__+++8880++88_________
__+++8888+++8880++8888________
___++888++8888+++888888+80____
___++88++8888++8888888++888___
___+++++888888fx8888888888__
____++++++888888888888888888__
_____++++++++000888888888888__
_____+++++++00008f8888888888__
______+++++++00088888888888___
_______+++++++0888f8888888____
_______+++++++08888l888888____
________+++++++8888888888_____

Ich bin das Arschloch das dir direkt die Meinung sagt, um dir die Peinlichkeit zu ersparen.

Impact

Super Moderator

  • »Impact« ist der Autor dieses Themas

Beiträge: 1 276

Rootserver vorhanden: Nein

  • Nachricht senden

23

Dienstag, 31. Januar 2012, 13:36

Passt hier zwar nicht rein, andererseits lohnt es nicht dafür ein Thread zu erstellen, zudem sagte ich dass ich es nachtrage.
Das sind alle Standart mit sm* geprefixten Commands die SourceMod zur Verfügung stellt.

Quellcode

1
2
3
4
5
6
7
8
9
10
11
sm_print_telist       Desc: Prints the temp entity list
sm_dump_teprops       Desc: Dumps tempentity props to a file
sm_dump_netprops_xml  Desc: Dumps the networkable property table as an XML file
sm_dump_netprops      Desc: Dumps the networkable property table as a text file
sm_dump_classes       Desc: Dumps the class list as a text file
sm_dump_datamaps      Desc: Dumps the data map list as a text file
sm_dump_admcache      Desc: Dumps the admin cache for debugging
sm_conhook_start      Desc: 
sm_conhook_stop       Desc: 
sm_dump_handles       Desc: Dumps Handle usage to a file for finding Handle leaks
sm                    Desc: Sourcemod Menu

So ziemlich alles davon ist eher für Entwickler interessant.

Hier noch die mit sm* geprefixten cVars, die meisten davon finden sich auch in der core.cfg.

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
sm_immunity_mode                Desc: Mode for deciding immunity protection
sm_vote_progress_hintbox        Desc: Show current vote progress in a hint box
sm_vote_progress_chat           Desc: Show current vote progress as chat messages
sm_vote_progress_console        Desc: Show current vote progress as console messages
sm_vote_progress_client_console Desc: Show current vote progress as console messages to clients
sm_vote_delay                   Desc: Sets the recommended time in between public votes
sm_show_activity                Desc: Activity display setting (see sourcemod.cfg)
sm_basepath                     Desc: SourceMod base path (set via command line)
sm_nextmap                      Desc: 
sm_time_adjustment              Desc: Adjusts the server time in seconds
sm_corecfgfile                  Desc: SourceMod core configuration file
sm_menu_sounds                  Desc: Sets whether SourceMod menus play trigger sounds
sm_datetime_format              Desc: Default formatting time rules

Ausgelesen wurden die Daten mit einem kleinen SourceMod-Plugin, alle anderen Plugins waren zu dieser Zeit deaktiviert, nur falls sich jemand über das sm_nextmap wundert.

MfG
Impact

Dieser Beitrag wurde bereits 5 mal editiert, zuletzt von »Impact« (31. Januar 2012, 13:52)