SA-MP Forums Archive
[QUESTION] Can it be script? - 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: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [QUESTION] Can it be script? (/showthread.php?tid=143135)



[QUESTION] Can it be script? - Mechscape - 21.04.2010

I want script it:

/changelog

there's showing what is http://domain.com/changelog.txt listed and printing there's list's off and showing, see who typed /changelog.

like? Can it be script?

Sorry bad english


Re: [QUESTION] Can it be script? - johnnyc - 21.04.2010

what you mean by that ? explain ...


Re: [QUESTION] Can it be script? - Mechscape - 21.04.2010

Quote:
Originally Posted by Johnny <~~
what you mean by that ? explain ...
Like:

http://domain.com/changelog.txt

Theres:

Код:
1. Changed string 256 to 128
2. bla bla
And script printing that and showing, see who typed /changelog

/changelog:

Код:
====================
1. Changed string 256 to 128
2. bla bla
=====================
Visit http://domain.com/changelog.txt



Re: [QUESTION] Can it be script? - Mechscape - 22.04.2010

bamp


Re: [QUESTION] Can it be script? - ScottCFR - 22.04.2010

Yeah, It's possible. But you'll need to learn PHP or HTML to do it also probably use MySQL


Re: [QUESTION] Can it be script? - Mechscape - 23.04.2010

How do it? And what use?