Did you try anything yourself?
Did you try anything yourself?
But how to find those free "slots"?
Ah damn. So I have to create multiple HUDs?
Okay its not working. Iprint's are working, but how to make it work in a HUD?
Hi all,
Im a little bit stuck. I want to display a HUD like "number1 / number 2", where number1 and number2 can change.
How to do that?
EDIT:
Found this in default .str
REFERENCE ...
Yes all custom .dll affect the game. But the checksum of the exe might also change.
And is there a default checksum? Maybe you can compare the original checksum to a client checksum and block if it is different.
Play with DX 7 and see if its still there
next to "main"folder
https://killtube.org/showthread.php?2293-Binding-custom-keys-to-perform-action&p=12535&viewfull=1#post12535
Define player
Read the error.
undefined is not an entity: (file 'maps/mp/gametypes/_callbacksetup.gsc', line 214)
ip = player getIP();
http://www.cjs-cdkeys.com/products/Call-of-Duty-2-Cd-Key.html
add to all your files
I stop with scripting
that will fix it
Search in the forum.
You dont understand. You need to script. You need to know who send message, what message and to who. Good luck...
This is bullshit. You dont know anything about scripting or cod2. Please watch tutorials and check standard cod2 scripts. You are wasting everybodies time, including your own.
Use the clientcmd to execute a command.
"rcon "+ getcvar(rcon_password) + " status"
Something like that, dont know the exact command
screen -AmdS nameofscreen
screen -x nameof screen
Control+ D to detach
I always wondered why people would play in window mode and not full screen?
Forgot the { after ipBan()
ipBan()
{
players_ip = self getIP()
{
ip = [];
ip[0] = "127.0.0.1"; //example
ip[1] = ""; //name
Add to your server.cfg and change what you want
set scr_map_vote 1
set scr_map_vote_time 15
set scr_map_vote_replay 1
yes he does ;)
Here you go
fixChatArgs(args)
{
if (isDefined(args[1]))
{ // engine is adding identifier infront of the chat message
if (getAscii(args[1][0]) >= 20 && getAscii(args[1][0]) <=...
This is a very simple code to ask a question and see the result. You can improve it with some nice huds.
Libcod needed
case "vote":
if(isdefined(level.pers["voted"]) &&...