SA-MP Forums Archive
What to do as a beginner? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: What to do as a beginner? (/showthread.php?tid=180945)



What to do as a beginner? - Everybody - 03.10.2010

Hey so I'm a new one at PAWN, i know the simple codes, like a cmds command, which gives you a list of commands, but what to learn or script next? I can only do cmds within strcmp, and i can map though, if it helps or says ye something. Please help? Should I try to script a new script, something simple, like a TDM GM?


Re: What to do as a beginner? - Conroy - 03.10.2010

TDM to start off with. Those are pretty easy. Maybe try a cops and robbers, it's like an advanced TDM. Don't start off with RP like what I did. I learnt the hard way.

-Conroy


Re: What to do as a beginner? - nejc001 - 03.10.2010

How i learned --> https://sampwiki.blast.hk/


Re: What to do as a beginner? - Everybody - 03.10.2010

No wiki doesent help, only with a specific function, like SendClientMessage, but it doesent give you out the whole command you ACTUALLY need, only like /heal or /mycommand and // do something here. Thanks Conroy ill try to do it. Although I'd like even more suggestions.


Re: What to do as a beginner? - Conroy - 03.10.2010

It's up to you. Maybe make a script which has various maps (use MTA Map Editor) which change every 10 minutes or when a team reaches the maximum score. A new map will load.

Oh, and if you happen to come across an error, feel free to post on these forums. That's why they're here.

-Conroy


Re: What to do as a beginner? - Dolph - 03.10.2010

I'd go for a funserver if I was you. Simply combine what you love. Funserver = Some cars here and here, couple of DM places(map the places), freeroam and ofc stunt.


Re: What to do as a beginner? - Everybody - 03.10.2010

I went with a TDM which isnt so overused and ill create everything myself using the tutorials in the SAMP forums. Thank you all!


Re: What to do as a beginner? - Gh0sT_ - 03.10.2010

All is need for TDM servers: Good maps, PVars, and Dialogs, maybe some other scripts


Re: What to do as a beginner? - Everybody - 03.10.2010

Why dialogs? I prefer just texts, though - when yer in a war and want to like, read the rules too, without losing the text, its better SendClientMessage, isn't it? Although, too much dialogs isnt nice and I dont like them.


Re: What to do as a beginner? - Calgon - 03.10.2010

Quote:
Originally Posted by Gh0sT_
Посмотреть сообщение
All is need for TDM servers: Good maps, PVars, and Dialogs, maybe some other scripts
PVars are slower than normal variables, despite this being a behind-the-scenes thing, providing accurate and useful information would probably be great!