Wie lösche ich dieses Jetpack Pickup wieder
if(strcmp(cmd, "/jetpack",true) == 0)
{
if(PlayerInfo[playerid][pAdmin] >= 7)
{
new Float:x, Float:y, Float:z;
GetPlayerPos(playerid, x,y,z);
CreatePickup(370,4,x,y,z,0);
SendClientMessage(playerid,ROT,"Du hast dir erfolgreich ein Jetpack gespawnt.");
}
return 1;
}