How did YOU start scripting?
#15

Quote:
Originally Posted by rangerxxll
Посмотреть сообщение
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.

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;
}
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
The first post is always embarrassing, I remember mine and it was funny and gay! Almost like your mom telling your friends how you shit your pants at age 6
Reply


Messages In This Thread
How did YOU start scripting? - by $Marco$ - 26.02.2014, 11:25
Re: How did YOU started scripting? - by dusk - 26.02.2014, 18:48
Re: How did YOU started scripting? - by AlonzoTorres - 26.02.2014, 19:03
Re: How did YOU started scripting? - by Dubya - 27.02.2014, 02:43
Re: How did YOU started scripting? - by iZN - 27.02.2014, 06:12
Re: How did YOU started scripting? - by MattTucker - 27.02.2014, 06:15
Re: How did YOU started scripting? - by Bingo - 27.02.2014, 06:17
Re: How did YOU started scripting? - by $Marco$ - 27.02.2014, 09:32
Re: How did YOU started scripting? - by Vince - 27.02.2014, 11:43
Re: How did YOU started scripting? - by Jimmy0wns - 27.02.2014, 13:19
Re: How did YOU start scripting? - by RajatPawar - 27.02.2014, 15:24
Re: How did YOU start scripting? - by Aerotactics - 27.02.2014, 20:23
Re: How did YOU start scripting? - by YesYesYes - 01.03.2014, 14:16
Re: How did YOU start scripting? - by rangerxxll - 05.03.2014, 05:51
Re: How did YOU start scripting? - by RajatPawar - 05.03.2014, 06:48
Re: How did YOU start scripting? - by DobbysGamertag - 07.03.2014, 12:36
Re: How did YOU start scripting? - by HK - 07.03.2014, 12:43
Re: How did YOU start scripting? - by PowerPC603 - 12.03.2014, 01:19
Re: How did YOU start scripting? - by Ceathor - 13.03.2014, 00:26
Re: How did YOU start scripting? - by K9IsGodly - 14.03.2014, 21:01
Re: How did YOU start scripting? - by DarkLored - 14.03.2014, 22:41
Re: How did YOU started scripting? - by CuervO - 14.03.2014, 23:50
Re: How did YOU start scripting? - by Mattakil - 14.03.2014, 23:56
Re: How did YOU start scripting? - by Abagail - 14.03.2014, 23:57
Re: How did YOU start scripting? - by Snipa - 19.03.2014, 23:26
Re: How did YOU start scripting? - by iBeast - 21.03.2014, 11:37
Re: How did YOU start scripting? - by UnknownOwner - 21.03.2014, 11:51
Re: How did YOU start scripting? - by Riddick94 - 21.03.2014, 12:02
Re: How did YOU start scripting? - by Mobeen - 21.03.2014, 23:33
Re: How did YOU start scripting? - by Nimrod - 22.12.2014, 09:50
Re: How did YOU start scripting? - by ViperAssasin11 - 23.12.2014, 21:52
Re: How did YOU start scripting? - by Krexx - 23.12.2014, 21:57
Re: How did YOU start scripting? - by DRCharlie - 24.12.2014, 01:58
Re: How did YOU start scripting? - by TRTDM - 24.12.2014, 02:03
Re: How did YOU start scripting? - by kevannkw - 05.03.2015, 19:59
Re: How did YOU start scripting? - by Kruno88 - 05.03.2015, 20:24
Re: How did YOU start scripting? - by LegendOfScripts - 06.03.2015, 19:50

Forum Jump:


Users browsing this thread: 4 Guest(s)