![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]()
Post
#1
|
|
![]() ![]() Group: Management Joined: 5-August 05 From: Scotland Member No.: 12398 ![]() |
There's been quite a lot of talk about this subject in our chatbox on the SL main page. Schnoog's asked for a thread to be started, in order to deal with this subject and everyone's ideas too. So, here it is folks, have your say and help the Splatteladder management team know exactly what you're looking for
![]() -------------------- ![]() |
|
|
![]() |
![]()
Post
#2
|
|
![]() ![]() Group: Management Joined: 7-March 06 From: Wehr Member No.: 23716 ![]() |
Thanks guys.
But I ran into a problem ..or lets call it challenge: I`m not able to fetch the players GUID in Silent / other mods when PB is disabled. Therefor I need a workarround to do so: To be able to fetch this data, on server-side an additional LUA script is needed first draft: CODE function et_ConsoleCommand() if string.lower(et.trap_Argv(0)) == "advstatus" then --chech if advstatus is called advstatus() return 1 end return 0 end function advstatus() delim="-|||||||||||||-" for i=0, tonumber(et.trap_Cvar_Get("sv_maxclients"))-1, 1 do guis = et.Info_ValueForKey( et.trap_GetUserinfo( i ), "cl_guid" ) GUID = string.upper( guis ) local cname = et.Info_ValueForKey( et.trap_GetUserinfo( i ), "name" ) local name = et.Q_CleanStr( cname ) ip = string.upper(et.Info_ValueForKey( et.trap_GetUserinfo( i ), "ip" )) LINE = i .. delim .. GUID .. delim .. name .. delim .. ip .. "\n" mylen = string.len(LINE) if (mylen > 50) then et.G_Print( LINE ) end end end more info will follow :) cheers Schnoog -------------------- |
|
|
![]() ![]() |
![]() |
Lo-Fi Version | Time is now: 14th July 2025 - 07:15 AM |