Hallo,
ich möchte gerne mache, dass die Autos immer unterschiedlich sind, jeodch
bekomme ich einen Haufen Errors und ich verstehe nicht wie ich es lösen soll
Errors:
(460) : warning 213: tag mismatch
(460) : warning 213: tag mismatch
(460) : warning 213: tag mismatch
(460) : warning 213: tag mismatch
(460) : warning 213: tag mismatch
(460) : warning 213: tag mismatch
(460) : warning 213: tag mismatch
(460) : warning 213: tag mismatch
(499) : warning 202: number of arguments does not match definition
(500) : warning 202: number of arguments does not match definition
(501) : warning 202: number of arguments does not match definition
(1506) : warning 213: tag mismatch
(1506) : warning 202: number of arguments does not match definition
(1986) : warning 219: local variable "modelid" shadows a variable at a preceding level
(3954) : warning 219: local variable "modelid" shadows a variable at a preceding level
(8531) : warning 219: local variable "modelid" shadows a variable at a preceding level[/expander]
- new Float:modelid[] =
{402,419,429,439,503,507,541,560};
////////////////////////////
new Float:Xa, Float:Yb, Float:Zc;
GetPlayerPos(playerid, Xa,Yb,Zc);
new car123;
car123 = CreateVehicle (modelid[random(sizeof(modelid))], Xa,Yb,Zc,175,175,-1);
SetVehicleVirtualWorld(car123, 2);
Freue mich auf eure Antworten
MfG