View Single Post
  #5  
Old 11-30-2009, 12:55 AM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
When you open brackets "{"'s you have to close them, and you're still doing GS1.5.

PHP Code:
function dead() {
  
player.setAni("dead"NULL); 
  
player.setlevel2("milgmap_ab-ae.nw"960); 
  
clientr.hp == 100

To call the functions you make you have to include () in the function call not just..

dead; when it should be dead();

That's the same case for both GS1 and GS2 except that you can pass parameters in GS2.

You use one = when you're assigning a value and two ='s when you're making a comparison.

You need to use triggerserver, so you can setlevel2 and alter the clientr flag on the server-side. You've already made a thread about this and it's solution is listed in there you just need to do some work to make it work.

http://forums.graalonline.com/forums...=triggerserver
__________________
Quote:
Reply With Quote