05.03.2014, 05:51
Well. My story is probably like mosts.
I joined samp around 2010, only to get into role playing. During my time there, I enjoyed the stuff you were able to do and I was always interested in how things worked. Even as a child I would open stuff up, just to see how it worked.
I joined the samp forums in 2011, only to get more involved in the samp community. Upon joining the forums, I was just browsing through topics and eventually stumbled upon "Scripting Help", and other topics regarding pawn. So of course, I opened the topic just out of curiosity to see what it was.
What did I see? Something called code.
My eyes almost started to bleed upon seeing this the very first time. It practically gave me a headache. But then, all of a sudden I just take another look at the code and tried to read it. "SendClientMessage" for example. I thought to myself, "Hey. Wouldn't that send a message to a player?"
I then looked more into the pawn language, eventually hitting the "new" button in pawno. Every time I needed help, I reffered to this place, or the samp wiki. I than began to understand the code, learning what things do and just overall getting it. Another way I learned how to code was just simply copy and pasting from other game modes, and modifying functions. I eventually got tired of copy and pasting, as I didn't feel I was getting anywhere. So I looked what I needed help with up on the wiki. And if the wiki didn't make sense, I'd ask here.
3 years later I think I'm doing pretty good. It's funny just looking back at your first post on this forums and then realizing how much you've improved. https://sampforum.blast.hk/showthread.php?tid=276223
I joined samp around 2010, only to get into role playing. During my time there, I enjoyed the stuff you were able to do and I was always interested in how things worked. Even as a child I would open stuff up, just to see how it worked.
I joined the samp forums in 2011, only to get more involved in the samp community. Upon joining the forums, I was just browsing through topics and eventually stumbled upon "Scripting Help", and other topics regarding pawn. So of course, I opened the topic just out of curiosity to see what it was.
What did I see? Something called code.
pawn Код:
CMD:locker(playerid, params[])
{
if(!IsPlayerInRangeOfPoint(playerid, 3.0, X Y Z)) return SendClientMessage(playerid,-1, "Error: You're not near the locker.");
if(PlayerInfo[playerid][pVip] > 1)
{
ShowPlayerDialog(playerid, 1, DIALOG_STYLE_LIST, "Locker", "Option 1", "Select", "Cancel");
}
return 1;
}
I then looked more into the pawn language, eventually hitting the "new" button in pawno. Every time I needed help, I reffered to this place, or the samp wiki. I than began to understand the code, learning what things do and just overall getting it. Another way I learned how to code was just simply copy and pasting from other game modes, and modifying functions. I eventually got tired of copy and pasting, as I didn't feel I was getting anywhere. So I looked what I needed help with up on the wiki. And if the wiki didn't make sense, I'd ask here.
3 years later I think I'm doing pretty good. It's funny just looking back at your first post on this forums and then realizing how much you've improved. https://sampforum.blast.hk/showthread.php?tid=276223