Compile script
#1

Hy when i want to compile one fs i get than error:Error 029: invalid expression, assumed zero!
Where is the problem pls help?
Код:
new VehIDs[][] =
{;
                      "402"
                      "451"
                      "410"
                      "445"
                      "426"
		"409"
		"419"
		"424"
		"489"
		"477"
		"458"
		"402"
		"541"
		"562"
		"558"
		"565"
		"551"
		"559"
		"560"
		"560"
		"468"
		"415"
		"471"
		"471"
		"421"
		"461"
		"461"
		"463"
		"463"
		"489"
		"480"
		"494"
		"541"
		"495"
		"496"
	           "500"
}
Reply
#2

Try this
pawn Код:
new VehIDs[][] =
{
        "402",
        "451",
        "410",
        "445",
        "426",
        "409",
        "419",
        "424",
        "489",
        "477",
        "458",
        "402",
        "541",
        "562",
        "558",
        "565",
        "551",
        "559",
        "560",
        "560",
        "468",
        "415",
        "471",
        "471",
        "421",
        "461",
        "461",
        "463",
        "463",
        "489",
        "480",
        "494",
        "541",
        "495",
        "496",
        "500"
};
Reply
#3

pawn Код:
new VehIDs[][] =
{
                      "402",
                      "451",
                      "410",
                      "445",
                      "426",
        "409",
        "419",
        "424",
        "489",
        "477",
        "458",
        "402",
        "541",
        "562",
        "558",
        "565",
        "551",
        "559",
        "560",
        "560",
        "468",
        "415",
        "471",
        "471",
        "421",
        "461",
        "461",
        "463",
        "463",
        "489",
        "480",
        "494",
        "541",
        "495",
        "496",
               "500"
};
YOu have forgot the Commas, try the above.

EDIT: He beat me by ha;lf a second ;(
Reply
#4

Thanks Jari_Johnson Resolved!
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)