Endless Paradigm

Full Version: i needz help...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
ZiNgA BuRgA Wrote:

C Code
while(the_world_exists) {

	if(EP == PSP_Hacks) {
			lol++; 
	}
	else {
			oh_noes();
	}
	
}


Can I get the full code for the  oh_noes();  function please,

I used search and tried google but can't seem to find it anywhere,
sure here ya go hibby

C Code
void oh_noes()
{
    lol = 0;
    for (no=1;no<100;no+=lol)
        {
        printf("Oh noes, we ran out of lol's. lolometer = %i", lol);
        if (userpanic == 1) {
            break;
            }
            else
                {
                userpanic--;
                }
        if (userpanic <= -10) printf("User has failed to panic. Begin lol'ing? Smash PSP to begin lol'ing sequence.");
        if (pad.buttons & PSP_CTRL_SMASH) lol++;
        }
}

you did not declare the no variable :(
Thanks for the function I will try it now,

-edit-

Where is the smash button?

Do I need to get a knife and scratch the words smash over an existing button to get this to work?

I really need this quick as I'm coding a PS6 emu for psp that will run at full speed,
hibby: nah no button needed just punch or throw it but for best results continuously drop bricks on top of it.
I tested it and it worked!! WOOOOOOOT !!! :DDD THANK YOU NIGATHAN1!!11!!!11!!!
Pages: 1 2
Reference URL's