SA-MP Forums Archive
[HELP] Creating Tutorials - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [HELP] Creating Tutorials (/showthread.php?tid=160729)



[HELP] Creating Tutorials - Emanuel_Rodriguez - 17.07.2010

I am in need of a Tutorial for my RolePlay Server. Anyone wanna help? and yes i am a good scripter, i just dont know how to script tutorials, with SetTimer, and SendClientMessage, and all that other stuff.


Re: [HELP] Creating Tutorials - Dolph - 17.07.2010

U are a good scripter, but u dont know how to make a simple tutorial with sendclientmessage and timers? Ur not that good then.


Re: [HELP] Creating Tutorials - Emanuel_Rodriguez - 17.07.2010

can you help atleast?


Re: [HELP] Creating Tutorials - Dolph - 17.07.2010

I can.. Im not pro on timers, but I think I should be able to make this.


Re: [HELP] Creating Tutorials - [NTX]MikeQ - 17.07.2010

timers basicly are easy to set but SendClientMessage lol thats like the basics.


Re: [HELP] Creating Tutorials - Dolph - 17.07.2010

Oh.. If you know timers, u basiclly know all of it.


Re: [HELP] Creating Tutorials - Emanuel_Rodriguez - 19.07.2010

i still dont know, can u give me an example please? I mean this is all i dont know, and what i really need, ive made dialogs, ive made menus, ive made Team Cars, Team Players, and a lot more, so please help! Give me atleast 1 example!


Re: [HELP] Creating Tutorials - Scenario - 19.07.2010

Hm, for an in-game tutorial huh? Why don't you make a system like LSRP's instead, you have to register on their website and be approved by a "Tester", before you have server access? haha


Re: [HELP] Creating Tutorials - bartje01 - 19.07.2010

never did it before but :

pawn Код:
forward part1(playerid)
pawn Код:
SetTimer("part1",20000,false);
pawn Код:
public part1(playerid)
{
TogglePlayerControllable(playerid,0);
SendClientMessage(playerid,0xFFFF00AA,"Welcome to *your* tutorial");
SendClientMessage(playerid,0xFFFF00AA,"Welcome to *your* tutorial");
SendClientMessage(playerid,0xFFFF00AA,"Welcome to *your* tutorial");
SendClientMessage(playerid,0xFFFF00AA,"Welcome to *your* tutorial");

return 1;
}
Now do this for the other parts too. The next timer must be in the public part1

I hope this will work.I'm not sure.


Re: [HELP] Creating Tutorials - Emanuel_Rodriguez - 19.07.2010

Im not sure what you are saying?