Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   PlayerWorlds Main Forum (https://forums.graalonline.com/forums/forumdisplay.php?f=15)
-   -   Enigma, lollolol (https://forums.graalonline.com/forums/showthread.php?t=49921)

protagonist 12-29-2003 03:37 AM

Quote:

Originally posted by Blue_Dragn


How? addweapon is an npc server command o.O;

Oh well :)

Some people just cant get coding, taking my friend for example, if he wanted to do any code, he couldnt, its just impossibile

He did this!

for(i=0;i=i;i++){
addweapon;
}

Blue_Dragn 12-29-2003 03:38 AM

Quote:

Originally posted by protagonist


He did this!

for(i=0;i=i;i++){
addweapon;
}

lol, if that would even work, im sure the looping would probably kill everything with lag

Kristi 12-31-2003 01:55 AM

Quote:

Originally posted by protagonist


He did this!

for(i=0;i=i;i++){
addweapon;
}

that would have not even execute the loop because it would already be equal (psst i==i anyway)

maybe (i=0;i>i;i++) would make it die =)

Luigi1 12-31-2003 04:32 AM

while (true) {
// is better than for (i=0;i==i;i++)
}

Kristi 01-09-2004 07:30 PM

Quote:

Originally posted by Luigi1
while (true) {
// is better than for (i=0;i==i;i++)
}

well no, because with the i's you also have an overflowing variable ; )


All times are GMT +2. The time now is 08:15 PM.

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