Need simple print help!
Greetings you all!
I really like the script Allow round finish! (made by: EKS) But i've got an idea and it doesn't really go throught with my knowledges in thoose kind of scriptings. (: So the point is: At the end of the finished round, starts the next round within changes the map to (nextmap).. when the last round is finished usually server opens the scores list and changes the map! I want at the same time print an text in the middle of screen. For example you can imagine, the printed text "Counter-Terorist win!" Here's the code i believe in which i have to add that text: Code:
public Event_EndRound()Is it possible to change the color of the centered text ? ( IM ingame ) |
Re: Need simple print help!
Quote:
http://amxmodx.org/funcwiki.php?go=func&id=28 But if you wanted to change the color of text... Code:
// This is from Damaged Soul's post a while back...Tis' built into the game engine. Sooo maybe... Code:
message_begin(MSG_ONE,get_user_msgid("SayText"),{0,0,0},0); |
Re: Need simple print help!
I resolved this question by myself :)
Here's the code to print text in front of the crosshair ( in the middle of screen ) Code:
engclient_print(0,engprint_center, "Thank you for playing!^nLoading next map...") |
Re: Need simple print help!
Quote:
Code:
No, use MSG_BROADCAST rather than MSG_ONE. |
| All times are GMT -4. The time now is 08:03. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.