SA-MP Forums Archive
Android .pwn - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP (https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: General (https://sampforum.blast.hk/forumdisplay.php?fid=13)
+--- Thread: Android .pwn (/showthread.php?tid=554276)



Android .pwn - ViperAssasin11 - 02.01.2015

Which is the best program to edit .pwn files on android. I dont want to compile. Just edit.


Re: Android .pwn - Team_PRO - 02.01.2015

I think nothing, because the .pwn format is not supported on android + it will bullshit your code because most of the text editors in android compress in screen and makes your code shit. I think "Loose identication" wil oocur.


Re: Android .pwn - Abagail - 03.01.2015

You can use any text editor. A PAWN file is a standard text document, and will be treated as so by whatever program you may use.


Re: Android .pwn - Mauzen - 03.01.2015

Unless you got a very intelligent, swype-alike auto-completion, youll be much, much slower than with a normal keyboard. And I wouldnt recommend to "script on a way", as proper code should be well elaborated, and not written in between or in a hurry.


Re: Android .pwn - Sew_Sumi - 03.01.2015

Quote:
Originally Posted by Mauzen
View Post
Unless you got a very intelligent, swype-alike auto-completion, youll be much, much slower than with a normal keyboard. And I wouldnt recommend to "script on a way", as proper code should be well elaborated, and not written in between or in a hurry.
Taking this into consideration, maybe you should make a notepad for your "on the go" programming needs that is simply for making notes but has the auto-completion?


Re: Android .pwn - Michael B - 03.01.2015

I used to open .pwn files with HTML editor or Text Editor.


Re: Android .pwn - Cookland - 03.01.2015

I didn't even know Android supported pawno.


Re: Android .pwn - Team_PRO - 03.01.2015

Quote:
Originally Posted by Cookland
View Post
I didn't even know Android supported pawno.
He might use plain text editor but cannot compile


Re: Android .pwn - doreto - 03.01.2015

I use 920 Text Editor (https://play.******.com/store/apps/d...ecelyin.editor) and it work fine.
I've placed my server in dropbox (with ****** drive you need to download the file edit it and then upload it again) and with the editor i can open .pwn file from my dropbox folder and when i save any changes it automaticly upload it to dropbox and update to my pc.


Re: Android .pwn - Cookland - 03.01.2015

Quote:
Originally Posted by doreto
View Post
I use 920 Text Editor (https://play.******.com/store/apps/d...ecelyin.editor) and it work fine.
I've placed my server in dropbox (with ****** drive you need to download the file edit it and then upload it again) and with the editor i can open .pwn file from my dropbox folder and when i save any changes it automaticly upload it to dropbox and update to my pc.
That's pretty smart.
Good job man.

Is coding easy on the Android?