Abend Liebe User
Ich habe ein Problem mit mein /SetBomb es gibt keine Fehler beim Compiler
Wen ich ingame gehe und ich mache /SetBomb komm ein Opcode Fehler und es passiert Nix
Könnt ihr mir Bitte helfen
Befehl
if(strcmp("/setbomb",cmdtext, true, 10) == 0)
{
new Float:x, Float:y, Float:z;
CreateObject(506,x,y,z-1,0,0,0,20);
GetPlayerPos(playerid,x,y,z);
SetTimer("Bombe",10000,0);
return 1;
}
Public
forward Bombe();
public Bombe()
{
new Float:x, Float:y, Float:z;
CreateExplosion(x,y,z, 8, 10000);
return 1;
}
MFG
[NiCe]