Bloko Forums
Welcome to the Bloko Forums! Please register to enjoy all of our features!
Bloko Forums
Welcome to the Bloko Forums! Please register to enjoy all of our features!
Bloko Forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.


A forum to discuss blockland, hang out with friends, and a whole lot more!
 
HomeHome  Latest imagesLatest images  SearchSearch  RegisterRegister  Log in  

 

 XYZ Scale Mod

Go down 
AuthorMessage
Ladias
Member
Ladias


Blockland ID : 268
Posts : 37
Join date : 2010-05-08
Age : 42
Location : Berlin, Germany

XYZ Scale Mod Empty
PostSubject: XYZ Scale Mod   XYZ Scale Mod EmptyWed May 19, 2010 12:01 pm

A simple mod made by me and froto091.
type in /resizeme <xscale> <yscale> <zscale>
to scale your self. just type in this script, make the description, and all done.

registerOutputEvent("Player", "ScaleXYZ", "vector", 1);

function Player::ScaleXYZ(%obj,%x,%client){
%y=getword(%x,1);
%z=getword(%x,2);
%k=getword(%x,0);
if(%y>5){
%y=5;
}
if(%y<0.1){
%y=0.1;
}
if(%k>5){
%k=5;
}
if(%k<0.1){
%k=0.1;
}
if(%z>5){
%z=5;
}
if(%z<0.1){
%z=0.1;
}
%x=%k SPC %y SPC %z;
%client.player.setscale(%x);
}


[code]
Back to top Go down
 
XYZ Scale Mod
Back to top 
Page 1 of 1
 Similar topics
-
» XYZ Scale Mod
» XYZ Scale Mod

Permissions in this forum:You cannot reply to topics in this forum
Bloko Forums :: Files :: Add-ons-
Jump to: