![]() |
So im working on a jailed script
For making sure they dont do unstick me i do so:
if (playerchats && strequals(#c,Unstick Me)){ setplayerprop #c, Disabled; } But it seems the unstick me comes out before it says disabled, and the player can unstick themself. =\ So how can i just purely cancel the text from comin out of their mouth? |
You don't need that if you just put the level in the jaillevels in your server options...
|
should work like that... i think.
in the unstick me level put a npc in there that will warp them back to jail if they manage to "unstick me" out. and: Make An Effort To Learn! Problem Solving is YOUR FRIEND |
If the script is made clientside, it will work. Serverside has some delay.
Also, don't forget to check for 'unstuck me'. Your best bet is just putting the level in the jaillevels in the serveroptions. |
Or maybe set a jail flag.
NPC Code: The flag won't let you warp. |
Do what osrs has said. (If you can't; don't make another thread about it just add it in here)
|
That would only work for non trials o.o
|
The script has to be clientside though..=/
|
Or make a clientside npc and set the player's chat in a timeout, that should work nicely.
|
Quote:
|
Trial users should be put on a server which isn't for the public players, just a server what has lots to do;so then you don't loose ap by pk sparring :(
Lame excuse but it should be done :-) |
Make a database NPC and save all accounts in a string. You can figure out what to do next...
|
That is illegal.
EDIT: Thought that was the Trail Solution. Yea, database NPC with account names. NPC Server that sets and warps the account to jail NPC that says if the player isn't in jail and is out of jail, it pms RC AND jails them (PM RC to tell he was out, warning staff that he hacked out.) |
Hey
Dude, they may say all you have to do is put in jail lvls in ur server options but I came up with the answer to ur question a while ago on Spartica, heres the script.
//#CLIENTSIDE if (created) { } if (playersays(unstick me)) { setplayerprop #c,Disabled; setlevel2 jail.nw,30,30; } Does that help at all? |
Hye again
Talking to Rancid or w/e ur name is, yea i know but hes talking about lvls that arent in server options, he wants to know how to do without putting in server options.
|
Oh i really want to get banned on your server. I just say
unstuck me And i get away XD |
unstuck me is still functional?
|
I would probably disable `unstick me' and rescript it.
|
Quote:
|
Quote:
|
I think you can set the level to unstick to to an empty string.
|
Quote:
|
If your a new and u just start then u'd have to make the Control-NPC auto-warp them and set that they've been reset or something. As thats how i do my resetting.
and to fix it. NPC Code://#CLIENTSIDE And didn't warcaptain save trials accts in a database so when they logged on it auto-loaded it. |
| All times are GMT +2. The time now is 02:42 PM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.