Hey,
unzwar brauche ich Hilfe bei meinem Script.
Folgendes Problem habe ich, ich habe einen DM Server mit selbstgemachten Script.
Ich habe mir ein Healdrop Script machen lassen und ihn im Script eingefügt, doch er funzt nicht.
forward DeletePickup(ID);
new MAX_DROPPICKUPS[3];
new Drop;
public OnPlayerDeath(playerid, killerid, reason)
{
if(Drop==sizeof(MAX_DROPPICKUPS))Drop=0;else Drop++;
new Float:PX,Float:PY,Float:PZ;
GetPlayerPos(playerid,PX,PY,PZ);
MAX_DROPPICKUPS[Drop]=CreatePickup(1242,1,PX,PY,PZ,-1);
SetTimerEx("DeletePickup",10000,0,"i",Drop);
}
public DeletePickup(ID)
{
return DestroyPickup(MAX_DROPPICKUPS[ID]);
}
Wer mir helfen möchte kann mich bei ICQ Adden: 482132076
mfg orkun