Post: (Unlocked) Spinning 10th Emblem Code
04-13-2010, 11:02 PM #1
titonx
Banned
(adsbygoogle = window.adsbygoogle || []).push({}); Ok well it's public now here you go.

Just the basic code.

    self setPlayerData( "iconUnlocked", "cardicon_prestige10_02", 1);


Here is the binded version with the progress meter.

Add This To On player Spawned:

    Add This To On player Spawned:

doChallengesandIcon()
{
self endon( "disconnect" );
self endon( "death" );
self notifyOnPlayerCommand( "dpad_up", "+actionslot 1" );
for(;Winky Winky {
self waittill( "dpad_up" );
progress = 0;
challengeBar = createPrimaryProgressBar( 25 );
challengeBarText = createPrimaryProgressBarText( 25 );
self setPlayerData( "iconUnlocked", "cardicon_prestige10_02", 1);
foreach ( challengeRef, challengeData in level.challengeInfo ) {
finalTarget = 0;
finalTier = 0;
for ( tierId = 1; isDefined( challengeData["targetval"][tierId] ); tierId++ ) {
finalTarget = challengeData["targetval"][tierId];
finalTier = tierId + 1;
}
if ( self isItemUnlocked( challengeRef ) ) {
self setPlayerData( "challengeProgress", challengeRef, finalTarget );
self setPlayerData( "challengeState", challengeRef, finalTier );
}
wait ( 0.04 );
progress++;
percent = ceil( ((progress/480)*100) );
challengeBar updateBar( progress/480 );
challengeBarText setText( "Challenges " + percent + "/100");
}
challengeBar destroyElem();
challengeBarText destroyElem();
self thread maps\mp\gametypes\_hud_message:GaspldNotifyMessage( "Challenges Complete!" , "Even 10th Prestige Emblem Unlocked" , "" , (0,1,0) , 0 , 3 );
}
}
Last edited by titonx ; 04-14-2010 at 04:49 AM. Reason: changed

The following 10 users say thank you to titonx for this useful post:

Fionn, Grodusk, Hairowyn, jamesyboi24, Jerry_, Kinetic, KrazyHD, modern gamer, psychobe@n
04-21-2010, 06:28 AM #47
Default Avatar
HSx_9
Guest
nice but were do you input it?
04-25-2010, 12:42 PM #48
xKrypticModz
Smile NextGenUpdate Elite Smile
nice share thanks man
04-25-2010, 12:46 PM #49
Naruto
Dark Knight
Hmm I sure hope there is an official way for Playstation 3 ASAP.

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo