So hallo leute
ich hab ein problem
ich hab /bombe befehl gemacht
aber funktionirt nicht so wie es sein muss warum ?
forward
forward Bombe(Float:x,Float:y,Float:z);
variable
new BombenTimer;
Befehl
ocmd:bombelegen(playerid,params[])
{
if(!isPlayerInFrakt(playerid,2))return SendClientMessage(playerid,ROT,"Du bist kein Mitglied von Al Qaida !");
new Float:x, Float:y, Float:z;
BombenTimer=SetTimerEx("Bombe",10000,false,"fff",x,y,z);
GetPlayerPos(playerid,x,y,z);
CreatePickup(1252,1,x,y,z,0);
return 1;
}
Timer public
public Bombe(Float:x,Float:y,Float:z)
{
CreateExplosion(x,y,z,7,50);
CreateExplosion(x,y,z,7,50);
CreateExplosion(x,y,z,7,50);
CreateExplosion(x,y,z,7,50);
CreateExplosion(x,y,z,7,50);
CreateExplosion(x,y,z,7,50);
return 1;
}
was ist falsch ?
da passiert nichts.
da kommt nur ein pickup mehr nicht -.-