SA-MP Forums Archive
How to script in group? - 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: How to script in group? (/showthread.php?tid=303247)



How to script in group? - Xtra Softs - 12.12.2011

Well we are one big group and is there a way to script group wise?


Re: How to script in group? - davve95 - 12.12.2011

****** documents or whats is named U can share files with friends


Re: How to script in group? - Xtra Softs - 12.12.2011

Quote:
Originally Posted by davve95
Посмотреть сообщение
****** documents or whats is named U can share files with friends
Thanks. If any other suggestion please do tell me.


Re: How to script in group? - Macluawn - 12.12.2011

dropbox


Re: How to script in group? - Calgon - 12.12.2011

SVN, or any other VCS.


Re: How to script in group? - Mauzen - 12.12.2011

Quote:
Originally Posted by Calgon
Посмотреть сообщение
SVN, or any other VCS.
Thats it, takes some time to get into it, but it is the way professional projects are managed. In bigger groups (maybe 5+) this is essential, else communication via manual uploads will take way longer than the scripting process itself.
For samp be sure to split the script in as much sub-includes as possible when using a version control, else its gonna be a pain in the arse to update the whole file when just a single part changed.


Re: How to script in group? - CaHbKo - 13.12.2011

Try out Assembla. Free SVN host with many features.


Re: How to script in group? - XFlawless - 13.12.2011

Try bitbucket, you can have unlimited repository and you can have up to 5 co -developers including you.


Re: How to script in group? - Oh - 13.12.2011

I'd have to say Dropbox.

It's like a folder on your computer and it automatically updates for everyone, if someone deletes something you can restore it if you're the leader of the folder.

It basically is a dynamic folder, if someone saves the script it goes on your dropbox. It's pro.

I use dropbox to sync the script through all of my computers so I can script well I'm at work aswell.