PR-RP RP Quiz?
#1

Hello, How do I do an RP Quiz Like the PR-RP One? Automated RP Quiz's Suck badly, I would love to know how to make one like the PR-RP One.
Reply
#2

Whats "PR-RP"?
Reply
#3

Please elaborate the system.
Reply
#4

Quote:
Originally Posted by [MP]Ditch
Посмотреть сообщение
Whats "PR-RP"?
Project Reality RP

Quote:
Originally Posted by T0pAz
Посмотреть сообщение
Please elaborate the system.
Players with pTut will go to area51 and answer questions, Players answer them, Then they are sent to RCON Admins and RCON Admins can decide to accept or deny them, If Denied, They will be kicked from the server.
Reply
#5

You don't. Come up with your own unique ideas, or people will not play on your server.
Reply
#6

Quote:
Originally Posted by linuxthefish
Посмотреть сообщение
You don't. Come up with your own unique ideas, or people will not play on your server.
Who said you can troll my topic?
Reply
#7

Use dialogs to show all what they answer.
It's easy.

pawn Код:
new inTut[MAX_PLAYERS];
new tutText[MAX_PLAYERS][128][5]; // 128 is limit of onplayertext and 5 is the amount of questions
public OnPlayerText(playerid, text) {
    if(inTut[playerid] > 0) {
          if(inTut[playerid] == 1) {
                strmid(..., tutText[playerid][0], );
                inTut[playerid] = 2;
                SendClientMessage(playerid, -1, "another question");
          }
          if(inTut[playerid] == 2) {
               //similar /\
          }
     }
}
This is just a Idea.
Reply
#8

Quote:
Originally Posted by seanny
Посмотреть сообщение
Who said you can troll my topic?
I did. Because he's 120% right.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)