If you need any help or have any queries, you can always ask in this discord server's appropriate channels (#1019641868717400096 , #231799180127895553 , #782115138902687784 )
h
hundreds-energy-21435
12/20/2022, 5:43 PM
Thanks so much
hundreds-energy-21435
12/25/2022, 8:30 PM
@refined-agent-73926 sorry to bother you but i need help , how do i create a script and how do i edit it
r
refined-agent-73926
12/26/2022, 2:14 AM
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).