07.12.2010, 12:33
(
Последний раз редактировалось FreshDoubleX; 07.12.2010 в 12:55.
)
Description:
This is Easy & Simple FS, witch changes your server name / makes flash. There are 3 different hostnames witch are changing.
Of course you can add/change/remove them.
Setting Up:
There are 3 hostnames defined on line 21 -> 22 -> 23
Change them as you want to change.
Timer is set to 1 second, it means your server name changes every 1 second. (Line 33)
If you want to set it 2 seconds, then just change:
Thats it! Add FreshDoubleX-FHostname to your 'filterscripts' line in server.cfg file ->
It should look like this: 'filterscripts base FreshDoubleX-FHostname'
Rate & Comment !!!
- Pastebin
- MEGAUPLOAD - Amx & Pwn
This is Easy & Simple FS, witch changes your server name / makes flash. There are 3 different hostnames witch are changing.
Of course you can add/change/remove them.
Setting Up:
There are 3 hostnames defined on line 21 -> 22 -> 23
pawn Код:
#define Hostname1 "SAMP For The Win!"
#define Hostname2 "SAMP Rules!"
#define Hostname3 "SAMP is Awesome!"
Timer is set to 1 second, it means your server name changes every 1 second. (Line 33)
pawn Код:
SetTimer("FlashHostname", 1000, true);
pawn Код:
SetTimer("FlashHostname", 2 * 1000, true);
It should look like this: 'filterscripts base FreshDoubleX-FHostname'
Rate & Comment !!!
- Pastebin
- MEGAUPLOAD - Amx & Pwn