View Single Post
  #9  
Old 10-09-2001, 08:55 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
Re: ...

Quote:
Originally posted by disaster
First of all, I am talking about a guild. I want it so i someone isnt welcome in like a meeting room or something, it would warp them out.
Try making the script first, don't come here and post help for a script and expect people to give you the whole thing
I'll give you the base of something but no more

if (playerenters&&strequals(#g,GUILDHERE)) {figure out the rest}
else
{figure out the rest}

Last edited by Python523; 10-09-2001 at 08:59 AM..
Reply With Quote