What's the code for making a tutorial?
#1

What's the code for making a tutorial, i wanna create a RP server, All i know, it's

SendClientMessage(playerid,COLOR,message)?

Please i need it!
Reply
#2

// under OnPlayerConnect

SendClientMessage(playerid,COLOR_RED,"Type /Kill to suicide"); // and u can add as many as u want
Reply
#3

Here, its the beginning, you return it: look LARP. ->

pawn Код:
if(TutTime[i] >= 1) // tutime, goes bigger when adding new text / positions
            {
              TutTime[i] += 1;
        if(TutTime[i] == 3)
              {
                ClearChatbox(i, 10); //clears chatbox
                SetPlayerCameraPos(i, 2247.0215,-1655.0173,17.2856); //camera's position
                    SetPlayerCameraLookAt(i, 2244.6536,-1663.9304,15.4766); // view of player
                    SetPlayerInterior(i, 0); // int
                    SetPlayerVirtualWorld(i, 0); // virtualworld
                    SetPlayerPos(i, 2256.3555,-1646.6377,-5.00); // postition of player
                SendClientMessage(i, COLOR_GREEN, "~ TEXT ~");
                SendClientMessage(i, COLOR_WHITE, " "); // you can add text here, too, it just leaves it blank
                SendClientMessage(i, COLOR_WHITE, "TEXT.");
                SendClientMessage(i, COLOR_WHITE, "TEXT.");
                ClearChatbox(i, 2); //clears the chatbox again
Reply
#4

Quote:
Originally Posted by [AC
Etch ]
// under OnPlayerConnect

SendClientMessage(playerid,COLOR_RED,"Type /Kill to suicide"); // and u can add as many as u want
sorry for doublepost but..
That guy meant it the RP way, not the DM/Stunt way, just saying.. Look LARP, it changes place and introduces the city's places.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)