Requesting a Tutorial
#1

I have been looking but having found a legitimate tutorial on how to script a GTA SA MP Server. I would like it to be RP scripting, but I guess it really doesn't matter. I just want to learn how to script this stuff, but reading nothing isn't helping. Do you guys know of any tutorials?
Reply
#2

You can't simply teach someone how to script a server with a tutorial. The most we can do is give you the basic tools and knowledge you must know, so you can create one yourself.

Scripting takes a lot of time and hard work, but once you get the basic understanding of it, it gets fairly easy. Below are some links you should read to get an understanding of scripting:

http://www.compuphase.com/pawn/Pawn_Language_Guide.pdf
https://sampwiki.blast.hk/wiki/PAWN_tutorial
https://sampwiki.blast.hk/wiki/PAWN_for_Begginers
Reply
#3

As Slim_ said we can't teach you everything but people spent time of their lives to create tutorials for basic pawno and Wiki always comes in handy.. Eh' just gotta do it the hard way like everyone else.
Reply
#4

Just read other scripts. Cause and effect. If this equals 1 then this player will recieve money, if not, he gets kicked (this is an example.) That's all scripting really is, cause and effect.
Reply
#5

As Venturas said, it's in some what of a way writing something that makes sense. Say you wanted to check if someone has $4, if so you'll give them another $5!
pawn Код:
if(GetPlayerMoney(playerid) == 4)
{
   GivePlayerMoney(playerid, 5);
}
Common sense in a way.

YAMOO: I'm not Slim_!!!
Reply
#6

Thanks for your help. Will get to reading.
Reply
#7

Quote:
Originally Posted by Grim_
Посмотреть сообщение
YAMOO: I'm not Slim_!!!
ROFL, i lol'd i mis-spelled your name.

Back on topic: Good luck with your learning of the basics.
Reply
#8

Quote:
Originally Posted by Lambardi
Посмотреть сообщение
Thanks for your help. Will get to reading.
Wow, Finally someone that actually takes the initiative to read! wow, Cookies for u my friend and good luck with scripting : ))
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)