| |
|
Jak zrobic aby wyswietal sie adres strony zalozonej na yoyo?
|
| Gdzie ma sie wyświetlać ten adres ? |
| Jak sie gra aby na serwerze byly reklamy strony klanowej :) |
W konfigu AMXX (czero/addons/amxx/amxx.cfg) znajdziesz:
// Frequency in seconds and text of scrolling message
amx_scrollmsg "Welcome to %hostname% -- This server is using AMX Mod X" 600
// Center typed colored messages (last parameter is a color in RRRGGGBBB format)
amx_imessage "Welcome to %hostname%" "000255100"
amx_imessage "This server is using AMX Mod X\nVisit http://www.amxmodx.org" "000100255"
// Frequency in seconds of colored messages
amx_freq_imessage 180
|
|
| |