Burgershot
Noob| Hey. - Printable Version

+- Burgershot (https://www.burgershot.gg)
+-- Forum: SA-MP (https://www.burgershot.gg/forumdisplay.php?fid=3)
+--- Forum: General Discussions (https://www.burgershot.gg/forumdisplay.php?fid=6)
+--- Thread: Noob| Hey. (/showthread.php?tid=1320)



Noob| Hey. - Bowner96 - 2020-11-06

Hey there guys.


So i just got back to PC after a while, i always wanted my SAMP server, now that i have the 'tools' to do so i wanna learn basic scripting and go from there.

Now i know SAMP isnt active as much and isnt 'worth' it, i know. I just wanna learn basic scripting, test and have fun with my ideas.

I saw this post and it was very helpfull but i have some questions left. I saw SAMP forums are closed down so even if i see some guides ( thanks to https://web.archive.org/ ) i cant ask questions or get my help over there.

I dont have any specific questions but i wanna ask if anyone got the time and the patience to help fella noob around ill be thankfull. 

Some questions in mind:

• Can i put all my maps in FilterScript and then load it to the server/gamemode? If so then how? (Please explaing like the noob i am.)
• How do i create dialog?
   • Do dialogs can open to other styles of dialog?
   • How do i create simple 'Missions' system with dialogs? (Go from checkpoint A to checkpoint B, so on and so on..)
   • How i create vehicle spawner with dialog?
• How i give players objects? (Boxes, Wood logs and even a screwdriver)
• How do i create pickup?
• And so many more.

Im looking for dude how can answer my random question with out getting annoyed by my noob lvl. Thanks in advance.

Discord : bowner96#5052


RE: Noob| Hey. - orp.net - 2020-11-06

https://www.open.mp/docs/index
too many information on this site.
Go to the site and get the information you need.

You need to know what a function is
You will need experience using functions.


RE: Noob| Hey. - Bowner96 - 2020-11-06

(2020-11-06, 03:24 PM)orp.net Wrote: https://www.open.mp/docs/index
too many information on this site.
Go to the site and get the information you need.

You need to know what a function is
You will need experience using functions.

Yeah sure ill take a look at this site.

I need to know alot more then functions i guess, where to i fined basic (noob lvl) info about that? What is good function to learn and practice as a begginer? More info on comments will be usfull thanks :)


RE: Noob| Hey. - orp.net - 2020-11-07

(2020-11-06, 02:42 PM)Bowner96 Wrote: Hey there guys.


So i just got back to PC after a while, i always wanted my SAMP server, now that i have the 'tools' to do so i wanna learn basic scripting and go from there.

Now i know SAMP isnt active as much and isnt 'worth' it, i know. I just wanna learn basic scripting, test and have fun with my ideas.

I saw this post and it was very helpfull but i have some questions left. I saw SAMP forums are closed down so even if i see some guides ( thanks to https://web.archive.org/ ) i cant ask questions or get my help over there.

I dont have any specific questions but i wanna ask if anyone got the time and the patience to help fella noob around ill be thankfull. 

Some questions in mind:

• Can i put all my maps in FilterScript and then load it to the server/gamemode? If so then how? (Please explaing like the noob i am.)
• How do i create dialog?
   • Do dialogs can open to other styles of dialog?
   • How do i create simple 'Missions' system with dialogs? (Go from checkpoint A to checkpoint B, so on and so on..)
   • How i create vehicle spawner with dialog?
• How i give players objects? (Boxes, Wood logs and even a screwdriver)
• How do i create pickup?
• And so many more.

Im looking for dude how can answer my random question with out getting annoyed by my noob lvl. Thanks in advance.

Discord : bowner96#5052

Use related wikis and functions.

How do i create dialog?
  https://wiki.openmultiplayer.now.sh/docs/scripting/functions/ShowPlayerDialog
 
Do dialogs can open to other styles of dialog?
  https://wiki.openmultiplayer.now.sh/docs/scripting/resources/dialogstyles
 
How i create vehicle spawner with dialog?
  https://wiki.openmultiplayer.now.sh/docs/scripting/functions/CreateVehicle
  and using ShowPlayerDialog function.
 
How do i create pickup?
  https://wiki.openmultiplayer.now.sh/docs/scripting/functions/CreatePickup
 
 
Use the streamer when creating objects or creating pickups
The tutorial will increase your experience creating pawno scripts.

I can't give you an exact answer
I hope you will try and explore yourself.

pawno is an easy scripting language. Don't be afraid!