
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;
}