array must be indexed
#1

http://pastebin.com/d2dd602a6
I've really hit a brick wall here guys, any help appreciated.
Код:
C:\Users\XXXX\Desktop\0.3a SAMP Server\filterscripts\a_fuel.pwn(93) : error 033: array must be indexed (variable "invalidvehs")
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
pawn Код:
new invalidvehs[0][0] =
{
    {441}, {464}, {465}, {481}, {501},
    {509}, {510}, {564}, {572}, {594}
};

public IsVehicleValid(vehicleid)
{
    if (GetVehicleModel(vehicleid) == invalidvehs[0]) return false; // Line 93
    else return true;
}
Reply


Messages In This Thread
array must be indexed - by •Ajax• - 14.11.2009, 00:01
Re: array must be indexed - by Hiitch - 14.11.2009, 00:02
Re: array must be indexed - by •Ajax• - 14.11.2009, 00:04
Re: array must be indexed - by Hiitch - 14.11.2009, 00:09
Re: array must be indexed - by •Ajax• - 14.11.2009, 00:18
Re: array must be indexed - by CracK - 14.11.2009, 00:47
Re: array must be indexed - by yom - 14.11.2009, 00:52

Forum Jump:


Users browsing this thread: 1 Guest(s)