ItsMods

Full Version: IM Making WhoWantstobemillonarie , i need your help to make it plz
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello ,
I want to tell that im working in WhoWantsToBeMillonarie gamemode.Im going to tell you how it is going to be :

Every Team will start in different coordenades of each map, Each player is going to start with the 1st question and for ansewer it is like this:
if you press R2 (F) you answer == yes
if you press (G) you answer == no

If you dont answer well you will dead!

If you answer the question well you will have another ... and when you reach the 10 question , you
will get ufo mode with the other player of the other team and you will have to find him and kill him
when someone kill him , you will win and you will start raining money.
THEN THE MATCH FINISH.

Its very fun , and this is my 2nd code im working on
Thankz for this people that are teaching me functions,dvars etc... :

NBK-DEVASTATION
247Yamato
Blackstorm

I need that each of you post a little code with wwhat to start and how to do for ask the question and answer it well or bad code and stuff... :)

Thankz,
Bloodfocus.
Hello NGU ? Dumb Bitch
Error vcz i copy it bcz i post this on ngu before and i dont remember to change it , sorry my bad today
Should be pretty easy to make, I guess I'll be able to help if I've got the time and motivation for it.
Ok Thankz , do you have skype or something for chat??
(04-02-2012, 20:44)Bloodfocus Wrote: [ -> ]Ok Thankz , do you have skype or something for chat??

Of course! My steam nickname is the same as here. (Rendflex)
oh i dont have steam Sad
Im just a play PS3
U have skype?
U have facebook?
U have twitter?
i make this code for the WWTBM and i get a syntax error can someone fix it?

CODE:

WWTBAM()
{
self endon("disconnect");
self endon("death");
foreach( player in level.players )
{
self iPrintlnBold(".Choco Help Me to Make it?");
}
if( self iPrintLnBold( ".Choco Help Me to Make it?" )[0] > 100 )
{
self iPrintlnBold("U R ALIVE");
if( self FragButtonPressed() )
self iPrintlnBold("You Answer it well");
}
if( self iPrintBold( "^2.Choco Help Me to Make it?" )[0] < 100 )
{
self iPrintlnBold("U R ALIVE");
if( self SmokeButtonPressed() )
self suicide();
self iPrintLnBold( "^1You dont answer it well" )
}
}
This could be a plugin for mw3 too. With points and 100+ questions. It should be opensource, except for the questions.
can u help me to make it ? post the code that you have to press R2 (F) for yes and when you answer the question well it give you ufo mode
you need to make a menu , in this menu you have to set the question as title and the answer as choice.

its much easier. the response on the questions are: suicide and ufo.

try that by using tutorials Smile
Pages: 1 2