View Single Post
  #9  
Old 08-14-2011, 05:51 AM
Mark Sir Link Mark Sir Link is offline
Kevin Azite
Mark Sir Link's Avatar
Join Date: Sep 2005
Posts: 1,489
Mark Sir Link is just really niceMark Sir Link is just really nice
Send a message via AIM to Mark Sir Link
Just tested this on Unholy Nation, server had no rights to weapons folder.

PHP Code:
function onCreated(){
  
temp.= new TGraalVar();
  
f.loadlines("weapons/weaponJoltbomb.txt");
  echo(
f);

Echo output:
GRAWP001,"REALNAME Joltbomb","IMAGE joltbomb.png",SCRIPT,"function onactionserverside() {"," if (params[0] == ""reduce"") {"," player.bombs -= 1;"," }",},//#CLIENTSIDE,"function onweaponfired() {"," if (player.bombs < 1) return(0);"," if (player.level.name == ""unevent_platforms.nw"") {"," player.chat = ""A magical force is blocking you."";"," return(0);"," }"," freezeplayer(0.2);"," setani(""grab"","""");"," triggerserver(""gui"",this.name,""reduce"");"," putbomb(3,player.x%64+vecx(player.dir)*2+0.5,playe r.y%64+vecy(player.dir)*2+0.5);",},SCRIPTEND
Reply With Quote