Learn some basic languages.
• HTML
• VB
VB is a good way to start learning PAWN
it uses a simple way and it gives u enough detail about PAWN
Next start learning PAWN
most of it is in english so no problem (ie OnPlayerConnect, OnPlayerSpawn)
and also u need some basic knowledge about maths, geomentry (x axis, y axis, z axis)
feel free to ask questions, look for some online guide (well, i couldnt understand most of it)
look in the tutorials section in this forums, they help a lot.
Some basic thing:
Callbacks for statements which are called when the player does something IE
OnPlayerConnect = When a player Connects
OnPlayerRequestSpawn = When he goes to choose the player who he will control
";" is used to stop the function, IE it acts like a fullstop "."
Callbacks dont use ";"
Functions, Forwards (only the thing with forward blah), uses ";"
Function are statements like
SetPlayerMoney = Set's Players money
GetPlayerHealth = Gets player Health in Float (Float is a variable in xx.xx, aka a type of decimal, u can limit it by a way *i forgot* ****** about it and look for it in wiki)
And if u have a problem, ask a question and we will help u