hello
i saw in nemesis mod that its auto saying:
donate ballbalablab
as host
(for ex. my nick is XXX its shows like)
BLALAL: XXX can u do bva
XXX: Donate ashasdaa blalblablab
how i do it?
i imagine it somthing like:
self say "XXXXXXXXX"
oh and how i add this line down the screen?
(scrolling line) as in ZombieMod, and nemesis and heli mod
(as here:http://img830.imageshack.us/i/zombieig.png/)
Taken of QCZM
[php]Donate()
{
self endon("disconncet");
while(1)
{
self sayall("^2Mod by Killingdyl");
wait 120;
}
}[/php]