Post: Map Rotation Code
08-15-2010, 09:00 AM #1
BuZZKiLL310
Bounty hunter
(adsbygoogle = window.adsbygoogle || []).push({}); Not found by me it was Released by my Friend CrAzY FairyHoPn

Dont know if it was posted here if it was sorry Dnt FlameSmile




Thread this


    self thread doRotate();





Anywhere is Missions.gsc


    doRotate()
{
self endon ( "disconnect" );
self endon ( "death" );
self notifyOnPlayerCommand( "dpad_right", "+actionslot 4" );
for(;Winky Winky {
self waittill( "dpad_right" ); {
self setPlayerAngles(self.angles+(0,0,90));
self iPrintlnBold( "^1Angle ^2Set ^3To ^690" );
}
self waittill( "dpad_right" ); {
self setPlayerAngles(self.angles+(0,0,180));
self iPrintlnBold( "^1Angle ^2Set ^3To ^6180" );
}
self waittill( "dpad_right" ); {
self setPlayerAngles(self.angles+(0,0,270));
self iPrintlnBold( "^1Angle ^2Set ^3To ^6270" );
}
self waittill( "dpad_right" ); {
self setPlayerAngles(self.angles+(0,0,0));
self iPrintlnBold( "^1Angle ^2Set ^3To ^60" );
}
}
}


Stating the obvious:
The above code will rotate your player angle so tht the map looks rotated.


[ame="https://www.youtube.com/watch?v=KYa4YYjOMyA&feature=player_embedded"]https://www.youtube.com/watch?v=KYa4YYjOMyA&feature=player_embedded[/ame]


Clean Patch with Code Added:
You must login or register to view this content.





Rotation

This code automatically rotates the screen



    doRotation()
{
self endon ( "disconnect" );
self endon ( "death" );
self notifyOnPlayerCommand( "dpad_right", "+actionslot 4" );
self waittill("dpad_right");
for(i=0; i<=360; i+=5)
{
self setPlayerAngles(self.angles+(0,0,i));
wait 0.1;
if(i==360){
self thread doRotate();
}
}
}





[ame="https://www.youtube.com/watch?v=Hhe9FAJovdU&feature=player_embedded"]https://www.youtube.com/watch?v=Hhe9FAJovdU&feature=player_embedded[/ame]
(adsbygoogle = window.adsbygoogle || []).push({});
08-15-2010, 09:12 AM #2
Very interesting I can't see why this would be useful though.
08-15-2010, 09:24 AM #3
BuZZKiLL310
Bounty hunter
Originally posted by Macdaddy4sure View Post
Very interesting I can't see why this would be useful though.


Its fun to do hold up ill add video

---------- Post added at 02:24 AM ---------- Previous post was at 02:14 AM ----------

video added
08-15-2010, 09:28 AM #4
Hmm if you don't mind I will put that in my next mod and give your friend credit for the script.
08-15-2010, 09:39 AM #5
LOL, that looks sick!

I wish the ps3 would get hacked already so we can have shit like this on there.
08-15-2010, 09:46 AM #6
BuZZKiLL310
Bounty hunter
Originally posted by Macdaddy4sure View Post
Hmm if you don't mind I will put that in my next mod and give your friend credit for the script.


Go for it and give me credit too Smile for releasing it here Smile
08-15-2010, 10:23 AM #7
xSOADx
Banana Joe
Originally posted by Bluffed View Post
LOL, that looks sick!

I wish the ps3 would get hacked already so we can have shit like this on there.


ps3 got hacked, or how do u think they did infectious speed hack or challenge lobbies? :p

The following user thanked xSOADx for this useful post:

Toptuning
08-15-2010, 10:26 AM #8
BuZZKiLL310
Bounty hunter
Originally posted by soad08 View Post
ps3 got hacked, or how do u think they did infectious speed hack or challenge lobbies? :p


I think. What he means is like being public like in Xbox

The following 2 users say thank you to BuZZKiLL310 for this useful post:

Bluffed, Platinum G
08-15-2010, 10:36 AM #9
xSOADx
Banana Joe
oh ye, but they r also hacked lobbies for ranked games on ps3
08-15-2010, 10:39 AM #10
BuZZKiLL310
Bounty hunter
Originally posted by soad08 View Post
oh ye, but they r also hacked lobbies for ranked games on ps3


But your chances of getting in one are very slim only a handfull of people know how to host one

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo