SA-MP Forums Archive
Best Way To Learn Scripting - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Other (https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: Best Way To Learn Scripting (/showthread.php?tid=433564)



Best Way To Learn Scripting - Matthew_Garrowo - 27.04.2013

Does anyone know a very good method to learn how to script i tried watching ******* videos on scripting and searching the sites but there very hard to learn is there a easier method then the 2 i just named?


Re : Best Way To Learn Scripting - Vukilore - 27.04.2013

new.pwn


Re: Best Way To Learn Scripting - Matthew_Garrowo - 27.04.2013

i tryed with a new.pwn but looking at a blank pwn file dont help you learn anything i know the basics like making a login and stuff and my rep is really shitty beacuse of not knowing how to script very well so i am trying to fix it


Re : Best Way To Learn Scripting - Vukilore - 27.04.2013

Just build your gamemode from scratch make you learn many good stuff


Re: Best Way To Learn Scripting - Matthew_Garrowo - 27.04.2013

ok ill try it out


Re: Best Way To Learn Scripting - doreto - 27.04.2013

practice over and over


Re: Best Way To Learn Scripting - punklord - 27.04.2013

SA-MP Wiki that i.e if you can be open-minded and understand it well.No other place as better than it i guess?


Re: Best Way To Learn Scripting - gnoomen2 - 27.04.2013

Use, ZCMD Really much helped me, and the sa-mp wiki. I go to functions and view the example, and use zcmd.

ZCMD is really easy, like making a command:

pawn Код:
COMMAND:hello(playerid, params[])
{
    SendClientMessage(playerid, COLOR_BLUE, "Hello There.");
    return 1;
}



Re: Best Way To Learn Scripting - FFX - 27.04.2013

You should try starting off new.pwn and lvdm.pwn and get to learn everything by simply attempting to read what is trying to happen in the script exactly.


Re: Best Way To Learn Scripting - Isolated - 27.04.2013

Just read things, lots of things, documentation etc.. It'll take a while, but if you consistent you'll get it sorted.