07.08.2009, 18:25
how can i make a thing,when player play my server, in the chat are a questions, and if someone write in the chat the correct answer, they recieve money.
how can i do that?
how can i do that?
Originally Posted by WrathOfGenesis
Just told you. Convert what i told you into a script. Ill give you an example.
random number 1 = 8 random number 2 = 5 Send everyone a message: First to add 8 and 5 wins. Save 8 + 5 to a variable ( Im going to use QuestionAnswer as an example ) onplayertext: If ( strval ( text ) == QuestionAnswer ) The player wins! Give him money, a minigun, your rcon password, whatever you feel like |