Guten Abend sa-mp.de
Ich habe ein Problem unzwar habe ich das Blitzer System [ FILTERSCRIPT ] [INCLUDE] Blitzer - System[i]
So und ja wenn ich ein Blitzer erstellen lass ist das Object am schweben.
http://www.abload.de/img/unbenanntpegl.png
Hier die stock die dafür sorgt das, dass Object spawnt.
stock AddBlitzer(playerid,speed,radius) {
new Float:x, Float:y, Float:z;
GetPlayerPos(playerid,x,y,z);
for(new i = 0; i < sizeof(Blitzer); i++) {
if(Blitzer[i][Erstellt] == 0) {
Blitzer[i][BlitzerX] = x + 1.0;
Blitzer[i][BlitzerY] = y + 1.0;
Blitzer[i][BlitzerZ] = z;
Blitzer[i][Geschwindigkeit] = speed;
Blitzer[i][Radius] = radius;
Blitzer[i][Erstellt] = 1;
Blitzer[i][ID] = CreateObject(18880, x + 1.0, y + 1.0, z, 0.0, 0.0, 10);
return 1;
}
}
return 0;
}
Ich vermute ja man muss hier was ändern aber was damit es runter geht:
Blitzer[i][ID] = CreateObject(18880, x + 1.0, y + 1.0, z, 0.0, 0.0, 10);
Ich hoffe ihr könnt mir helfen und bedanke mich im vorraus.
Mit freundlichem Gruß
Rocc0w