GATE HELP!
#8

So, I made this script below, and I get this error:
Код:
C:\Users\tyler\Desktop\SERVER\filterscripts\gates.pwn(120) : error 028: invalid subscript (not an array or too many subscripts): "tygate"
SCRIPT:
pawn Код:
}
    if (!strcmp("/tygateo", cmdtext))
    {
        if(IsPlayerInRangeOfPoint(playerid, 7.0, 1497.4320068359, -699.79998779297, 94))
        SendClientMessage(playerid, 0x999999AA, "Gate Opened.");
        {
      MoveObject(tygate, 1497.4320068359, -699.79998779297, 89.55,  1);
        }
        SetTimer(tygate[], 8, 0);
        MoveObject(tygate, 1497.4320068359, -699.79998779297, 94,  1);
        return 1;
    }
    return 0;
Reply


Messages In This Thread
GATE HELP! - by TyThaBomb - 18.06.2011, 08:15
Re: GATE HELP! - by Lorenc_ - 18.06.2011, 08:25
Re: GATE HELP! - by Sascha - 18.06.2011, 08:55
Re: GATE HELP! - by TyThaBomb - 18.06.2011, 23:40
Re: GATE HELP! - by TyThaBomb - 18.06.2011, 23:44
Re: GATE HELP! - by The_J0ker - 18.06.2011, 23:50
Re: GATE HELP! - by TyThaBomb - 19.06.2011, 02:22
Re: GATE HELP! - by TyThaBomb - 19.06.2011, 02:36
Re: GATE HELP! - by TyThaBomb - 19.06.2011, 09:35
Re: GATE HELP! - by Wesley221 - 19.06.2011, 09:41

Forum Jump:


Users browsing this thread: 1 Guest(s)