SA-MP Forums Archive
[In Development]Programming Windows with PAWN! - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Other (https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: [In Development]Programming Windows with PAWN! (/showthread.php?tid=286543)

Pages: 1 2


Re: [In Development]Programming Windows with PAWN! - Ricop522 - 03.10.2011

Very awesome dude, release it now +1


Re: [In Development]Programming Windows with PAWN! - Vai_Besta - 03.10.2011

awesome release now


Re: [In Development]Programming Windows with PAWN! - Paramount. - 03.10.2011

awesome release nowІ


Re: [In Development]Programming Windows with PAWN! - Sasino97 - 03.10.2011

Quote:
Originally Posted by Gamer_Z
View Post
I hope that this will include all standart pawn library's (not like sa-mp, don't have them all) so I can give them a shot and test them ;]
I have little problems with "Time" and "File", but I gonna fix them.

Quote:
Originally Posted by Y_Less
View Post
Which version of PAWN does this use (now that 4.0 is out).
I'm using the newest (4.0), not the one that comes with SA-MP Server.

Quote:
Originally Posted by Kyosaur
View Post
Compatability
I'm sorry, I can't do nothing for Debian, Ubuntu, Mac, Android etc...
Working only for Windows ( >= Win98 )

Quote:
Originally Posted by Kyosaur
View Post
UI controls
I'm only 1 person, and this will request a lot of time, but thanks for the suggestion

Quote:
Originally Posted by Kyosaur
View Post
Absolute positioning
Hmm... I will also search for a solution with that Thanks

Quote:
Originally Posted by Kyosaur
View Post
Events
Thanks for this suggestion, I didn't think of that !

Quote:
Originally Posted by Kyosaur
View Post
PAWN 4.0.4548
Yes, I'm using exactly 4.0.4548, but I will make a little edits to that, and it will be included in the package

Quote:
Originally Posted by Kyosaur
View Post
Games
Don't worry, I will add the functions to read from any normal Dynamic Link Library (DLL).
So the end-user can download his own libraries from Internet and use them how he wants.

Quote:
Originally Posted by Toni
View Post
This is really an interesting project! Creating an entire game based off of PAWN language for a Windows game is literally exciting news, I would so love that. Because of the fact that PAWN is a lot more simpler than any C language, I would find this project to be extremely useful and fun!

It's time to start those ridiculous codes that cause harm

( Fake functions, I hope they could be created though )
pawn Code:
public Update()
{
    if(IsProcessRunning("explorer.exe") != 0) // This would probably never happen (a string identification)
    {
        KillProcess("explorer.exe");
    }
    return true;
}
Success!
Yes , thanks for the idea of the processes, and I think that CompuPhase has already a process library, so I need only to include it.

Quote:
Originally Posted by Ricop522
View Post
Very awesome dude, release it now +1
Quote:
Originally Posted by Vai_Besta
View Post
awesome release now
Quote:
Originally Posted by Paramount.
View Post
awesome release nowІ
Hmm... When I finish the basics, and fix the 2 or three bugs, I'll release an RC version.


Re: [In Development]Programming Windows with PAWN! - Sasino97 - 06.10.2011

- Solved -


Re: [In Development]Programming Windows with PAWN! - Vai_Besta - 10.10.2011

I'm waiting for this release


Re: [In Development]Programming Windows with PAWN! - Ricop522 - 11.10.2011

Me too