Graal Forums  

Go Back   Graal Forums > Development Forums > Future Improvements
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #16  
Old 02-14-2002, 02:28 AM
konidias konidias is offline
Old Bee
konidias's Avatar
Join Date: Jul 2001
Location: Orlando, FL
Posts: 7,222
konidias will become famous soon enough
Send a message via AIM to konidias
Re: example script

Quote:
Originally posted by Sym2001
//Author: Symbonia
//Dat: Tues, Feb 12, 2002
//Script: Player Invisable (P2P Only)
//Version: 1.0a

//#CLIENTSIDE
if (weaponfired) {
if (!this.on==1) {
this.on = 1; }
else {
this.on = 0; }
timeout = 0.05;
}

if (timeout && this.on=1) {
this.pos = {playerx,playery;}
showstats ;
showimg i,yourimage.gif,this.pos[0],this.pos[1];
}
else if (this.on==0) {
showstats 1+2+4+8+16+32+64+512+1024;
}

that should work, didnt test it though. But just play around with it. I think it disables the walking sound aswell, or you could just make a wav file that has nothing in it. And make it so it plays that with keydown(0) etc etc etc.
Pardon the stupid question... but wouldn't that only display clientside? Defeating the whole purpose?
__________________

Put this image in your sig if you support Bomy Island! (g2k1 revision)
play bomberman while you wait!


Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 09:50 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.