19.04.2011, 17:20
Hello
I made a tiny script,but I have an issue with it.
First I have this argument on the top of the mode:
But now,when I make this line (On OnPlayerEnterVehicle):
I get this error:
when I put this line:
I get this error:
and when I put this line:
I get this error:
What shall I do?
I made a tiny script,but I have an issue with it.
First I have this argument on the top of the mode:
PHP код:
new XXX[8];
PHP код:
if(vehicleid == MoneyTaxi)
PHP код:
error 033: array must be indexed (variable "MoneyTaxi")
PHP код:
if(vehicleid == MoneyTaxi[])
PHP код:
error 029: invalid expression, assumed zero
PHP код:
if(vehicleid == MoneyTaxi[8])
PHP код:
error 032: array index out of bounds (variable "MoneyTaxi")