This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Quote from MrARM /*dawsome not awesome first mod */ function useItem (x,y,z,itemid,blockid,side){ if(itemid==0){ Entity.setPosition(getPlayerEnt(),x,y+2,z): //else if ): } }
Quote from AuthenticPixel What help you want?
Quote from dawsome1233 all i want is to be able to teleport by tapping the ground with an empty hand im a noob modder and i just need help with my mod
function useItem(x,y,z,itemId,blockId,side) { if(itemId==0) { setPosition(getPlayerEnt(),x,y+2,z); } }
Quote from AuthenticPixel If you want, just change the coordinates. Here is the script: function useItem(x,y,z,itemId,blockId,side) { if(itemId==0) { setPosition(getPlayerEnt(),x,y+2,z); } } So... if i helped you please click on +1
/*dawsome
first mod
*/
function UseItem (x,y,z,itemid,blockid,side){
if(itemid==0)
SetPosition(GetPlayerEnt(),x,y+2,z):
else if ):
}
http://www.twitter.com/AuthenticPixel
Lol
hey why are you doing that all i want is to be able to teleport by tapping the ground with an empty hand im a noob modder and i just need help with my mod
If you want, just change the coordinates.
Here is the script:
function useItem(x,y,z,itemId,blockId,side) { if(itemId==0) { setPosition(getPlayerEnt(),x,y+2,z); } }So... if i helped you please click on +1
http://www.twitter.com/AuthenticPixel