How do i host a server
# support-forum
h
im new to samp , i started 2 days ago im enjoying it , but how do i host a server and script on it
r
sampctl provide a useful eco system for development You can read about sampctl and how to get started with server development here: https://github.com/Southclaws/sampctl/wiki You also want to learn basics of PAWN Some of the useful references are: Pawn curriculum by Y_Less (not sure if this is completed but still is useful) - https://github.com/Y-Less/pawn-curriculum open.mp wiki - https://www.open.mp/docs/scripting/resources/start Pawn lang pdf - https://github.com/pawn-lang/compiler/blob/master/doc/pawn-lang.pdf
If you need any help or have any queries, you can always ask in this discord server's appropriate channels (#1019641868717400096 , #231799180127895553 , #782115138902687784 )
h
Thanks so much
@refined-agent-73926 sorry to bother you but i need help , how do i create a script and how do i edit it
r
PAWN code is usually written in .pwn. You can use any editor to write and save it to .pwn, it's your choice. I prefer VSCode with pawn extension by Southclaws. And to compile the code to .amx you use pawncc, the compiler. (These are all clearly explained in module 1 of pawn curriculum by Y_less, which I linked above).
4 Views