Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   Adding Baddies = not allowed? (https://forums.graalonline.com/forums/showthread.php?t=34085)

Glory 07-23-2002 05:04 PM

Adding Baddies = not allowed?
 
Hmmm, how would I make it so..like a ban level so when they enter it disconnects them for adding baddies?

kthxbye

Glory 07-23-2002 06:00 PM

Quote:

Originally posted by Kaimetsu
Grim Squeaker:

Erm... Isn't jailing them much simpler? Or banning them, of course.
Because most "disconnecting" levels actually makes peoples computers crash, which is evil, even if they're doing evil things.

/openrights...omy no rights except warp players...lol X.x thats why I need it and I really suck at scripting and well lol yea.

mikepg 07-25-2002 10:28 AM

umm
 
ever think they didnt give you disconnect rights for a reason? Scripting something that disconnects a player...would be just as bad...

But...if you have NPC server...trying doing this:

//#CLIENTSIDE
if (playerenters||timeout) {
putnewcomp ,lizardon,1,1,1;
}

that should get them good (that might not be the correct number of params, but i think it's it)

AlexH 07-25-2002 10:29 AM

If you don't have the disconnect option on your RC they obviously don't want you disconnecting players with NPCs either.

Python523 07-25-2002 10:34 AM

add a weapon clientsided if you have an npcserver, instant disconnect
//#CLIENTSIDE
if(playerenters){
toweapons omiyourbanned;
}

Loriel 07-26-2002 03:43 AM

Quote:

Originally posted by Kaimetsu
Grim Squeaker:

Erm... Isn't jailing them much simpler? Or banning them, of course.
Because most "disconnecting" levels actually makes peoples computers crash, which is evil, even if they're doing evil things.

I think Stefan stated once that it is illegal to upload levels which the purpose of crashing players.


All times are GMT +2. The time now is 10:46 PM.

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