Thread: Learning SQF?

Results 1 to 5 of 5
  1. #1
    EazzyKilla's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Location
    Canada
    Posts
    45
    Reputation
    10
    Thanks
    1

    Learning SQF?

    Hey guys im just wonder where i can learn the language? I wanna host my own altis server and i need to code it and i was wondering if anyone can help me learn it

  2. #2
    NeonSabre123's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Location
    Australia
    Posts
    162
    Reputation
    10
    Thanks
    480
    My Mood
    Bitchy
    Go to the Altis Life website, Download it... Go to the forums... There are plenty of tutorials there.

  3. #3
    Lystic's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    'Murica
    Posts
    498
    Reputation
    31
    Thanks
    4,717
    My Mood
    Bashful
    Quote Originally Posted by NeonSabre123 View Post
    Go to the Altis Life website, Download it... Go to the forums... There are plenty of tutorials there.
    Please no, every Altis Life developer is a skid, none of them know anything about efficient scripting, and all their work is just sections of code copy and pasted

    More Help is available here: https://community.bistudio.com/wiki/...ommands_Arma_3

    For example, execVM: https://community.bistudio.com/wiki/execVM
    Code:
    _handle = execVM "test.sqf";
    // Or
    _handle = player execVM "test.sqf"; 
    waitUntil {scriptDone _handle};

    Also forgot to mention the basics:
    https://community.bistudio.com/wiki/SQF_syntax
    https://community.bistudio.com/wiki/Function
    https://community.bistudio.com/wiki/Argument
    https://community.bistudio.com/wiki/Statement
    https://community.bistudio.com/wiki/Expression
    https://community.bistudio.com/wiki/Identifier
    https://community.bistudio.com/wiki/Operand
    https://community.bistudio.com/wiki/Operators
    https://community.bistudio.com/wiki/Block
    https://community.bistudio.com/wiki/..._Mission_Files

    More Info On Basics Can be found here: https://community.bistudio.com/wiki/Syntax

    Oh and these are a bit harder to find on the wiki
    https://community.bistudio.com/wiki/Variables
    https://community.bistudio.com/wiki/Data_Types
    https://community.bistudio.com/wiki/Magic_Variables
    https://community.bistudio.com/wiki/If_Type
    https://community.bistudio.com/wiki/While_Type
    https://community.bistudio.com/wiki/Switch_Type
    https://community.bistudio.com/wiki/For_Type
    https://community.bistudio.com/wiki/Parameter

    One you understand basics move onto all of the sections coverered here: https://community.bistudio.com/wiki/...ripting_Topics
    Last edited by Lystic; 09-16-2014 at 10:04 PM.

  4. The Following User Says Thank You to Lystic For This Useful Post:

    Jme (09-17-2014)

  5. #4
    EazzyKilla's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Location
    Canada
    Posts
    45
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by Lystic View Post
    Please no, every Altis Life developer is a skid, none of them know anything about efficient scripting, and all their work is just sections of code copy and pasted

    More Help is available here: https://community.bistudio.com/wiki/...ommands_Arma_3

    For example, execVM: https://community.bistudio.com/wiki/execVM
    Code:
    _handle = execVM "test.sqf";
    // Or
    _handle = player execVM "test.sqf"; 
    waitUntil {scriptDone _handle};

    Also forgot to mention the basics:
    https://community.bistudio.com/wiki/SQF_syntax
    https://community.bistudio.com/wiki/Function
    https://community.bistudio.com/wiki/Argument
    https://community.bistudio.com/wiki/Statement
    https://community.bistudio.com/wiki/Expression
    https://community.bistudio.com/wiki/Identifier
    https://community.bistudio.com/wiki/Operand
    https://community.bistudio.com/wiki/Operators
    https://community.bistudio.com/wiki/Block
    https://community.bistudio.com/wiki/..._Mission_Files

    More Info On Basics Can be found here: https://community.bistudio.com/wiki/Syntax

    Oh and these are a bit harder to find on the wiki
    https://community.bistudio.com/wiki/Variables
    https://community.bistudio.com/wiki/Data_Types
    https://community.bistudio.com/wiki/Magic_Variables
    https://community.bistudio.com/wiki/If_Type
    https://community.bistudio.com/wiki/While_Type
    https://community.bistudio.com/wiki/Switch_Type
    https://community.bistudio.com/wiki/For_Type
    https://community.bistudio.com/wiki/Parameter

    One you understand basics move onto all of the sections coverered here: https://community.bistudio.com/wiki/...ripting_Topics
    Ok thank you sooooo much

  6. The Following User Says Thank You to EazzyKilla For This Useful Post:

    Lystic (09-17-2014)

  7. #5
    Jim Morrison's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    Canterlot, Equestria
    Posts
    12,444
    Reputation
    1090
    Thanks
    3,336
    Quote Originally Posted by EazzyKilla View Post
    Ok thank you sooooo much
    Believing this is solved.
    /Closed


    MPGH Staff History:
    Minion: 02-12-2013 - 6-28-2013
    Former Staff: 6-28-2013 - 7-14-2014
    Minion: 7-14-2014 - 1-3-2015
    Minion+: 1-3-2015 - 6-1-2015
    Moderator: 6-1-2015 - 10-2-2016
    Global Moderator: 10-2-2016 - Current

    Current Sections:
    DayZ Mod & Standalone Hacks & Cheats
    BattleOn Games Hacks, Cheats & Trainers
    Minecraft Hacks
    Other Semi-Popular First Person Shooter Hacks
    Blackshot Hacks & Cheats
    Need For Speed World Hacks
    Other First Person Shooter Hacks
    CounterStrike: Global Offensive Hacks
    Garry's Mod Hacks & Cheats


    Donating:
    If you want to donate money to me I take Bitcoin & Paypal, PM me for either of these if you're interested and thanks.
    Top Donators: (Awesome People)
    FanticSteal $75.00
    smurf_master $58.00 <- Best DayZ Gear Seller
    Fujiyama $25.00
    [MPGH]Black $10.00
    [MPGH]Hova $10.00
    xJudgez $4.54
    [MPGH]Normen's Sheep $3.50
    eminemlover $1.50


    Brony?
    https://www.mpgh.net/forum/groups/1728-mpgh-bronies.html

Similar Threads

  1. I want learn!!!
    By rafaelstefany in forum Hack Requests
    Replies: 1
    Last Post: 05-04-2016, 06:21 AM
  2. Willing To Learn
    By Dewd In The Newd in forum Gate To Heaven Hacks
    Replies: 13
    Last Post: 09-27-2007, 08:40 AM
  3. Where could I learn C++? (Beginner, and Advanced stuff)
    By TsumikiriX in forum C++/C Programming
    Replies: 8
    Last Post: 07-19-2006, 08:11 PM
  4. Learn Hacking
    By Loler in forum Hack Requests
    Replies: 2
    Last Post: 01-22-2006, 03:20 PM
  5. Looking to learn.
    By SadisticGrin in forum Hack Requests
    Replies: 1
    Last Post: 01-15-2006, 06:57 PM