View Single Post
  #4  
Old 06-12-2012, 05:12 AM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
Quote:
Originally Posted by Fysez View Post
Are you saying that because I didn't post the editted Bow version?
No, I'm saying it because of this:

Quote:
Originally Posted by Fysez View Post
PHP Code:
for (plfindNearestPlayers() {
hurt(1);

Quote:
Originally Posted by Fysez View Post
PHP Code:
findplayer("Graal781471").addweapon(this.name);
function 
onActionServerSide() {
if (
params[0] == "zoom") {
setzoomeffect this.zoom;
} else if (
params[0] == "overzoom") {
player.chat "Zoom effect is too big! Big zoom = HUGE lag!";
}
}
//#CLIENTSIDE
function onPlayerChats() {
if (
player.chat.starts("/zoom ")) {
if (
player.chat.substring(6)=<9) {
player.zoom player.chat.substring(7).trim();
triggerserver("gui",this.name,"zoom",0,player.account,0.5);
} else if (
player.chat.substring(6)=>9) {
triggerserver("gui",this.name,"overzoom",0,player.account,0.5);
}
}

Quote:
Originally Posted by Fysez View Post
I thought maybe this would work
PHP Code:
function onCreated() {
this.chat "Message1";
if (
this.chat "Message1") {
sleep(3);
this.chat "Message2";
} else if (
this.chat "Message2") {
sleep(3);
this.chat "Message1";
}

How can this be fixed up?

You -really- need to stop messing with somewhat simple things you don't understand and go back to the basics, or you'll never really learn on your own.
__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote