View Single Post
Lux
Veteran Member
Join Date: Jan 2015
Location: Cat
Old 02-07-2021 , 19:04   Re: [L4D2]AdaWong Survivor
Reply With Quote #53

Quote:
Originally Posted by foxhound27 View Post
nice plugin not tested but still... this givin me cool ideas, and i see theres 2 version for survivor chat selection isnt good to use hook server_spawn to get os? like

PHP Code:
string    os    WIN32LINUX

char OS
[12];
HookEvent("server_spawn"Server_Event);

public 
Action Server_Event(Handle event, const char[] namebool dontBroadcast){

        
event.GetString("os"OSsizeof(OS));


or this dsnt work? anyway good stuff thx i wanna create a gamemode like Dead by Daylight on L4D i see this very useful for my project i need this for killers menu XD sick <3
Maybe will work i dunno never used it way before i had good experience enough with sm.
Now checks between linux and windows are not needed since silvers patched the crash for windows.


Below I written a talker handler with cuba who is making arcade japanese survivors maybe someone want to continue it for their own work, need minor edits to adapt other survivors and remove bL4D1Campaign checks to allow it to work on all levels.

It should accept the data file "adawong.cfg" and auto parse it, just need to add the data to arcadetalker code.
Arcade_talker is made for execution speed inmind.

Requires "sceneprocessor" include to compile and run.
Attached Files
File Type: sp Get Plugin or Get Source (Arcade_talker.sp - 109 views - 9.2 KB)
__________________
Connect
My Plugins: KlickME
[My GitHub]

Commission me for L4D

Last edited by Lux; 02-07-2021 at 19:12.
Lux is offline