Vice Underdogs

Scripting => Scripting Support => Topic started by: Rathan on May 09, 2012, 04:28:29 am

Title: Need Help in SQU
Post by: Rathan on May 09, 2012, 04:28:29 am
man can anybody tell me how to open a Squrill Script
Title: Re: Need Help in SQU
Post by: aXXo on May 09, 2012, 05:47:15 am
How do these guys come up with abbreviations?
Title: Re: Need Help in SQU
Post by: Charley on May 09, 2012, 09:16:16 am
Moved to the right section.

Try reading through this board. If you can't start through that then no, we can't help you.
Title: Re: Need Help in SQU
Post by: Rathan on May 10, 2012, 01:19:42 pm
please help me i know how to open pawn script but now i am learining SQU but i dont know how to on the server
Title: Re: Need Help in SQU
Post by: Inferno on May 10, 2012, 03:41:12 pm
Please try to read other topics,or if you're a lazy ass like me.Then your question How to open squirrel files

*Squirrel files are mostly .nut,if you have some other extension,i don't know then :p
*You can use your Default Notepad,Or what i prefer is Notepad ++ which i am using currently :p
*If you use Notepad ++,it would be easier so you can download Thijn's plugin which will help you.

(Always remember,.conf aint squirrel SCRIPT file,its a configuration file.)
Title: Re: Need Help in SQU
Post by: Zeke on May 10, 2012, 05:59:00 pm
Small Comment
Squirrel scripts have .nut extention.
Those files can be open with Notepad, I prefer Programmer's Notepad cuz it has alot more features.
To start scripting you will need to setup a script although I recommend messing with an already made script before u start from scratch.

Tools
http://www.pnotepad.org/

Scripts
Visit: /* http://vcmp.liberty-unleashed.co.uk/forum/index.php */ for more info.
I recommend you to start with FBS (Force's Begginer's Script) to gain some knowledge about scripts and scripting
FBS is 70% hooked up with everything you will need. You will just need the files that start the server.

FBS's main topic: http://vcmp.liberty-unleashed.co.uk/forum/index.php?topic=6.0

How to setup the Server
First of all you will need the main server files.
Which can be found at this website: http://vcmp.liberty-unleashed.co.uk/forum/index.php?topic=2.0
Second, after you download All the important stuff (Config files, Modules, Server ect.) Please follow this tutorial created by Javi on how to setup a server: http://vcmp.liberty-unleashed.co.uk/files/tutorials/VCMPServerGuide.pdf

Notepad++. You can start looking up beginners' C++ tutorials since C++ is very similar to Squirrel. Once you get the hold of simple C++, you can start learning a bit of additional Squirrel syntax and finally the VC:MP functions. That's the way I did it.
Yeah the simple primary C++ lesson will be enough..

http://www.cplusplus.com/doc/tutorial/
http://www.learncpp.com/

Last Comment
Don't forget to visit the Wiki, its full of useful Functions and CallBacks.
If you have any problems (errors) or you don't understand something don't hesitate to post here.

Have fun!
Title: Re: Need Help in SQU
Post by: stormeus on May 10, 2012, 06:46:34 pm
Just thought I'd drop in here and say that the most recognized abbreviation for Squirrel is (at least on the Squirrel language forums) "SQ."

/absolutelyuselesspost
Title: Re: Need Help in SQU
Post by: Rathan on May 11, 2012, 07:14:43 am
thx guys for your help