[HELP] Creating Tutorials
#1

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.
Reply
#2

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

can you help atleast?
Reply
#4

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

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

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

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!
Reply
#8

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
Reply
#9

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.
Reply
#10

Im not sure what you are saying?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)