AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Suggestions / Requests (https://forums.alliedmods.net/forumdisplay.php?f=12)
-   -   CZ Tutor Messages (https://forums.alliedmods.net/showthread.php?t=168158)

r14170 09-24-2011 20:18

CZ Tutor Messages
 
How do i make a simple cz tutor message IN CS: CZ. NOT CS 1.6 (its illegal)

modernwarfare 09-24-2011 20:22

Re: CZ Tutor Messages
 
Quote:

Originally Posted by r14170 (Post 1562601)
How do i make a simple cz tutor message IN CS: CZ. NOT CS 1.6 (its illegal)

i never understood why it is illegal?

r14170 09-24-2011 20:52

Re: CZ Tutor Messages
 
cuz its copyrighted and its done only for cs:cz.

btw lock this thread, i found everything i need :]

r14170 09-24-2011 21:38

Re: CZ Tutor Messages
 
Oh, and -

that makes a Tutor message at the top right corner.
Code:

MakeTutor(id, Text[], Color)
{

        if(is_user_connected( id ))
        {
                message_begin(MSG_ONE_UNRELIABLE, g_MsgTutor, _, id)
                write_string(Text)
                write_byte(0)
                write_short(0)
                write_short(0)
                write_short(1<<Color)
                message_end()
        }
}

How do i make so this will show a Tutor message in the top RIGHT corner? or this can't be done ?

Arkshine 09-25-2011 05:11

Re: CZ Tutor Messages
 
"the top right corner"

"the top RIGHT corner"

What is the difference ?

Erox902 09-25-2011 06:14

Re: CZ Tutor Messages
 
Do you know what the write_byte and write_shorts are?
I'm not saying that anyone of them is the position but it might be.

Arkshine 09-25-2011 06:16

Re: CZ Tutor Messages
 
Not related. The position is hardcoded in some files.

r14170 09-25-2011 08:13

Re: CZ Tutor Messages
 
lol at me. i mean i want to move it to the top left corner sry my mistake :x

Arkshine 09-25-2011 08:43

Re: CZ Tutor Messages
 
Unless you modify manually the file where the box is designed, you can't through the message.

deadman909 09-25-2011 23:26

Re: CZ Tutor Messages
 
Is this to remove that ads? Or what is a tutor message?


All times are GMT -4. The time now is 23:46.

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