
03-14-2010, 09:38 PM
|
Deas
|
 |
Join Date: Jun 2007
Location: Sweden
Posts: 2,264
|
|
Quote:
Originally Posted by jkldogg
 Tried to make a guild locked door, for my Squads System...Didn't work too well. Can someone tell me where I went wrong?
Please and thank you in advance.
PHP Code:
function onActionGrab() {
if (clientr.SquadName == "La Carmelas");
setlevel vega_kody-house-inside,30,30;
}
function onActionGrab() {
if (clientr.SquadName ! "La Carmelas");
setlevel vega_staff-meeting,20,20;
}
|
you are doing the function twice, that's a no-can-do.
also, still mixing with gs1, stop that if u want to be a scripter |
__________________
.
WTF is real life, and where do I Download it?
There is no Real Life, just AFK! if you are going to rep me, don't be an idiot, leave your name!I got nothing but love for you 
|
|
|