02.11.2011, 14:35
[Tutorial] Scripter's Guide [NEW]
07.11.2011, 17:27
the longest and Most explained Tut i ever seen... learned alot but never got it what is loop ... :/
11.11.2011, 17:32
Very nice tutorial, good job.
11.11.2011, 21:22
Thanks, I plan adding a version of this tutorial on my wiki so that everyone can add / modify the content of it, it sounds like a great idea, considering the sa-mp.com wiki is locked for new users.
14.11.2011, 17:06
Wow... This should be instead of the shitty SAMP wiki that didn't explain anything to me!!! I actually have some knowledge behind what a variable is now!!! I'll continue read when I come back home (I read half of it )!
14.11.2011, 20:13
Quote:
Wow... This should be instead of the shitty SAMP wiki that didn't explain anything to me!!! I actually have some knowledge behind what a variable is now!!! I'll continue read when I come back home (I read half of it )!
|
EDIT: The wiki is great, it has alot of information, but lacks GOOD tutorials for new scripters.
14.11.2011, 20:57
excellent tutorial + rep from me sir
14.11.2011, 21:58
Thank you sir! Glad you liked it!
15.11.2011, 15:09
i need some help , i have done everything in the guide but the part about
forward OnPlayerRegister(playerid, step);
public OnPlayerRegister(playerid, step)
{
if(step == 1)
{
SetPlayerPos(playerid, 1758.8578,-1871.2877,30.0641); // Hidden Player
SetPlayerCameraPos(playerid, 1781.1493,-1833.0995,33.3569); // Camera Pos
SetPlayerCameraLookAt(playerid, 1781.0450,-1808.2030,13.5312); // Camera Look At
}
return 1;
}
i have done that and changed the 1758.8578,-1871.2877,30.0641 to my own as well as the other 2
but when i login it comes up saying this
http://imageshack.us/photo/my-images/850/samp085dx.png/
http://imageshack.us/photo/my-images/408/samp086u.png/
it dosent ask me to register nor does it show me where i did the player possison nor the camera pos?
am i missing something?
forward OnPlayerRegister(playerid, step);
public OnPlayerRegister(playerid, step)
{
if(step == 1)
{
SetPlayerPos(playerid, 1758.8578,-1871.2877,30.0641); // Hidden Player
SetPlayerCameraPos(playerid, 1781.1493,-1833.0995,33.3569); // Camera Pos
SetPlayerCameraLookAt(playerid, 1781.0450,-1808.2030,13.5312); // Camera Look At
}
return 1;
}
i have done that and changed the 1758.8578,-1871.2877,30.0641 to my own as well as the other 2
but when i login it comes up saying this
http://imageshack.us/photo/my-images/850/samp085dx.png/
http://imageshack.us/photo/my-images/408/samp086u.png/
it dosent ask me to register nor does it show me where i did the player possison nor the camera pos?
am i missing something?
15.11.2011, 15:18
Quote:
i need some help , i have done everything in the guide but the part about
forward OnPlayerRegister(playerid, step); public OnPlayerRegister(playerid, step) { if(step == 1) { SetPlayerPos(playerid, 1758.8578,-1871.2877,30.0641); // Hidden Player SetPlayerCameraPos(playerid, 1781.1493,-1833.0995,33.3569); // Camera Pos SetPlayerCameraLookAt(playerid, 1781.0450,-1808.2030,13.5312); // Camera Look At } return 1; } i have done that and changed the 1758.8578,-1871.2877,30.0641 to my own as well as the other 2 but when i login it comes up saying this http://imageshack.us/photo/my-images/850/samp085dx.png/ http://imageshack.us/photo/my-images/408/samp086u.png/ it dosent ask me to register nor does it show me where i did the player possison nor the camera pos? am i missing something? |
16.01.2012, 23:49
I wasn't trying to sound mean, but I just wanted to point that out.
16.01.2012, 23:51
17.01.2012, 00:48
Quote:
I'm sorry, but..
I agree that SA:MP has more roleplay servers than MTA, but it definitely does not have better scripts. /* Edited the rest of my post to avoid issues with management. */ Just felt the need to put my two cents in, as the "better scripts" statement kind of buggered me off. Although, this is a very good tutorial, and I can see you have put some time and thought of how to go about it, which I appreciate, because it helps the budding generation of scripters learn faster, which means we can retire quicker! () |
MTA has a stable development team, with (if I'm correct, I may be wrong, as I haven't logged into MTA in a while) more developers while SA-MP has only one, what probably makes SA-MP better right now is the community.
Quote:
Saying anything like this about other mods is very dangerous, because little things like these make the Beta Testers/Kalcor dislike you, and will probably end with your post being deleted or even your account being banned.
All I'm trying to say is that posting and saying that another mod is better than SA-MP in any way is quite dangerous, watch what you say. |
Thank you two, I'll probably add it to the next version I'm developing.
17.01.2012, 00:51
Quote:
I actually agree with that, probably I've changed my point of view over the last months. After getting into MTA scripting I must totally agree that MTA has out of the box development ideas, you can create anything you want, including appealing GUI s, custom objects and vehicles and several other complex systems that SA-MP won't have in quite a while (correct me if I'm wrong).
MTA has a stable development team, with (if I'm correct, I may be wrong, as I haven't logged into MTA in a while) more developers while SA-MP has only one, what probably makes SA-MP better right now is the community. I don't think developers will take it wrong, it's constructive criticism, perhaps probably the SA-MP team already knows that. If we're here it means we like SA-MP, and probably most of us prefer SA-MP, like me. Thank you two, I'll probably add it to the next version I'm developing. |
Quote:
I agree that SA:MP has more roleplay servers than MTA, but it definitely does not have better scripts. There are so many more functions that do so many different things on MTA, where they actually have the original source code of GTA:SA, unlike SA:MP where Kye (Kalcor) has to go off and develop his very own modification on his "own" source, which limits the scripting community. Meanwhile LUA seems to be a far more flexible language than PAWN, although I could be wrong on this statement, so by all means, feel free to prove me wrong. |
17.01.2012, 00:56
Quote:
Maybe I'll regret this, maybe I won't, but my original post was;
Code:
I agree that SA:MP has more roleplay servers than MTA, but it definitely does not have better scripts. There are so many more functions that do so many different things on MTA, where they actually have the original source code of GTA:SA, unlike SA:MP where Kye (Kalcor) has to go off and develop his very own modification on his "own" source, which limits the scripting community. Meanwhile LUA seem seems to be a far more flexible language than PAWN, although I could be wrong on this statement, so by all means, feel free to prove me wrong. |
20.05.2018, 07:24
This is just too important to me, +rep.
« Next Oldest | Next Newest »
Users browsing this thread: 1 Guest(s)