SA-MP Forums Archive
PR-RP RP Quiz? - 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)
+--- Thread: PR-RP RP Quiz? (/showthread.php?tid=308694)



PR-RP RP Quiz? - seanny - 04.01.2012

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.


Re: PR-RP RP Quiz? - BleverCastard - 04.01.2012

Whats "PR-RP"?


Re: PR-RP RP Quiz? - T0pAz - 04.01.2012

Please elaborate the system.


Re: PR-RP RP Quiz? - seanny - 04.01.2012

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.


Re: PR-RP RP Quiz? - linuxthefish - 04.01.2012

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


Re: PR-RP RP Quiz? - seanny - 04.01.2012

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?


Re: PR-RP RP Quiz? - Ricop522 - 04.01.2012

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.


Re: PR-RP RP Quiz? - Steven82 - 04.01.2012

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