AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   CSDM (https://forums.alliedmods.net/forumdisplay.php?f=87)
-   -   TEXT INGAME (https://forums.alliedmods.net/showthread.php?t=169703)

Youknow 10-15-2011 19:19

TEXT INGAME
 
How can i change the text ingame?
Like [CSDM] This server is running CSDM 2.1

To something else, like [RESPAWN] Respawn only

KWo 10-16-2011 04:22

Re: TEXT INGAME
 
There is no direct way to change this text, because it is hardcoded in the binary file (csdm_amxx.dll/csdm_amxx_i386.so). The only thing You can do is switch it off (there is a native for this - look into csdm.inc file) and eventually write a plugin to show Your own text on the screen.

Youknow 10-16-2011 05:25

Re: TEXT INGAME
 
Hey thanks ! but i don't know how to show my own texts ingame, i mean i don't know how to make plugins.

Youknow 10-16-2011 05:26

Re: TEXT INGAME
 
And how can i turn it of ?

Arkshine 10-16-2011 05:59

Re: TEXT INGAME
 
Read again the KWo's answer.

Youknow 10-16-2011 06:53

Re: TEXT INGAME
 
Can't find that file.

krazyk 10-16-2011 17:22

Re: TEXT INGAME
 
cstrike\addons\amxmodx\scripting\include

abobeanu 06-13-2020 09:32

Re: TEXT INGAME
 
HTML Code:

//Disables the CSDM welcome message
//This is useful if you only use CSDM as an engine
//Returns the old value.  Pass -1 to do nothing.
native csdm_set_intromsg(value=-1);

I changed the value to 0,1,-2 and text still appears.
Amxmodx 1.8.2 and CSDM 2.1.2


All times are GMT -4. The time now is 20:39.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.