SA-MP Forums Archive
[FilterScript] aHost - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] aHost (/showthread.php?tid=195059)



aHost - Plugy - 01.12.2010

aHostname Changer

Information:
This FileScript has been created by Plugy aka Plugsttzzx!
With this FS you can create dynamic Auto-Hostname changer,
by activating in-game as RCON. It changes hostname every 1 second.

Commands:
/autohostname - To activate Auto Hostname Changer.
/unautohostname - To de-activate Auto Hostname Changer.

Pictures:




Download Links:
Pastebin
SolidFiles


Re: aHost - Den_Deluxe - 01.12.2010

WOW Nice!! GJ MAN !


Re: aHost - zSuYaNw - 01.12.2010

Easy, more god,
To

pawn Code:
new Timer0;
new Timer1;
new Timer2;
To

pawn Code:
new Timer[2];



Re: aHost - Noss* - 01.12.2010

Will be usefull to new scripters ect. Good job


Re: aHost - Plugy - 01.12.2010

Thanks of positive feedback's!
Well the main problem is that, I'm not so good scripter just a beginner


Re: aHost - Jochemd - 01.12.2010

Instead of using 3 public timers you can use 1 timer and some variables.


Re: aHost - Plugy - 01.12.2010

@Denis:
Oh sorry that I don't think like you do and please read, I wrothed I'm beginner at Scripting not some high skilled.
Please hold your negative comments back for yourself.

@Jochemd:
Yes I realized this after publishing and Garfield note !


Re: aHost - Fool - 01.12.2010

Pretty nice i guess, but i can Just go to rcon and Type Hostname " Bla Bla "
anyways nice job.


Respuesta: Re: aHost - anonymousx - 01.12.2010

Quote:
Originally Posted by [Full]Garfield[XDB]
View Post
Easy, more god,
To

pawn Code:
new Timer0;
new Timer1;
new Timer2;
To

pawn Code:
new Timer[2];
You're wrong, he created 3 timers and you created 2.

The code may be like this:
pawn Code:
new Timer[3];



AW: Re: aHost - Trooper[Y] - 01.12.2010

Quote:
Originally Posted by [Full]Garfield[XDB]
View Post
Easy, more god,
To

pawn Code:
new Timer0;
new Timer1;
new Timer2;
To

pawn Code:
new Timer[2];
pawn Code:
new Timer[3];