[Tool/Web/Other] Scripting Machine
#81

nice one +rep
Reply
#82

Quote:
Originally Posted by Jake__
Посмотреть сообщение
Getting a very strange bug. Says that the file is in use, but it is not in use by anything. (Running processes included below)
http://oi47.tinypic.com/2rr2k5h.jpg
Thx for the report I'll fix this bug for next version. Please be patient as I'm making several mayor changes and I'm a bit short with time.
Reply
#83

Is it possible to unfold all the code? I'd rather have it all unfolded instead.
Reply
#84

Quote:
Originally Posted by PatrickChucky
Посмотреть сообщение
Is it possible to unfold all the code? I'd rather have it all unfolded instead.
No, not in this version. This is already possible with next version as I've added this feature, but due some mayor changes that I'm doing, the next version is not ready yet.
Reply
#85

Wow!
Reply
#86

This is an amazing program, but it's just simply TOO much. It takes more time to script with this than it does with the regular pawno becuase of all the code hiding and auto-detection of colors and such, it just takes up way mroe time. I think this would help beginners, but not someone like me who scripts rather fast paced. Also the program is very laggy.

Anyways, nice job.
Reply
#87

Very GooD!
Reply
#88

Quote:
Originally Posted by zDivine
Посмотреть сообщение
This is an amazing program, but it's just simply TOO much. It takes more time to script with this than it does with the regular pawno becuase of all the code hiding and auto-detection of colors and such, it just takes up way mroe time. I think this would help beginners, but not someone like me who scripts rather fast paced. Also the program is very laggy.

Anyways, nice job.
Thanks for the feedback, I'll consider this for the next version.
Reply
#89

really I liked it man....

Thx for giveing us this...

good luck and good job.
Reply
#90

It's a pain in the ass having to expand section by section. Is there a feature to expand all sub-sections at the same time?
Reply
#91

no...
Reply
#92

Quote:
Originally Posted by Xlithan
Посмотреть сообщение
It's a pain in the ass having to expand section by section. Is there a feature to expand all sub-sections at the same time?
Not now, but the next release will have an option to do that. But I'm working on many other things, that's why it's taking me a while to finish it.
Reply
#93

did it support to 0.3e?
Reply
#94

It works with any version of SA-MP.
Reply
#95

Can i work with you?
Reply
#96

Quote:
Originally Posted by Steve Habbz
Посмотреть сообщение
Can i work with you?
Not now as I'm recoding the whole program and would be quite messy to have someone else that I don't know working on this.
Reply
#97

Quote:
Originally Posted by the_chaoz
Посмотреть сообщение
Not now as I'm recoding the whole program and would be quite messy to have someone else that I don't know working on this.
What is Scripting Machine using to not let me open it without internet access?
Reply
#98

This is outstanding.
Reply
#99

Quote:
Originally Posted by jibileu
Посмотреть сообщение
What is Scripting Machine using to not let me open it without internet access?
It have a function to download images form a custom web (for skins, vehicles, etc).

If you want to see it: (It's inside Functions.vb)
Код:
Public Function LoadImageFromURL(ByVal url As String) As Image
    Try
        Dim Web As New System.Net.WebClient
        Dim Img As Byte() = Web.DownloadData(url)
        Dim mStream As New MemoryStream(Img)
        Return Image.FromStream(mStream)
    Catch ex As Exception
        Return My.Resources.N_A
    End Try
End Function
Reply

Quote:
Originally Posted by the_chaoz
Посмотреть сообщение
It have a function to download images form a custom web (for skins, vehicles, etc).

If you want to see it: (It's inside Functions.vb)
Код:
Public Function LoadImageFromURL(ByVal url As String) As Image
    Try
        Dim Web As New System.Net.WebClient
        Dim Img As Byte() = Web.DownloadData(url)
        Dim mStream As New MemoryStream(Img)
        Return Image.FromStream(mStream)
    Catch ex As Exception
        Return My.Resources.N_A
    End Try
End Function
Okay, thank you.

Still I've one problem, how do I "install" the resources provided in ****** code page?

I've tried a few ways without success...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)