17.02.2011, 20:28
please help how to make the beginning tutorial for a RP script?
Please explain in detail :S
Please explain in detail :S
Stop using ":S" it's annoying, :S is a smiley sign for being confused. You sounds like your retarded, rar rar? What does that even mean?
|
You should first get to know the basics to be able to script a whole gamemode.
|
SetTimer("TutorialCheck", 1000, true);
public TutorialCheck()
{
new i = 0;
while (i < MAX_PLAYERS)
{
if(TutTime[i] >= 1 || !TutFinished[i])
{
TutTime[i]++;
if (TutTime[i]==2)
{
// blablabla
}
else if (TutTime[i]==7)
{
// blablabla
}
else if (TutTime[i]==12)
{
// blablabla
}
}
i++;
}
return 1;
}
new TutFinished[MAX_PLAYERS];
new TutTime[MAX_PLAYERS];
Sozzy me noz speak noz "Fuckwit"..
Dude...Lol i have my mode lmao and i have an idea of how it should be,I just want to save the hassle of trial and error when i can get the steps here from "The people who have done it before" to make the process less time consuming for me. Now.. May i get my answer? Or shall we continue with these childish "Fabricated Flame"? |