hallo ich habe ein callback erstellt aber er funktioniert irgendwie nicht...
public Dropped(playerid, thing)
{
	PlayerInfo[playerid][pTook] = thing;
	return 1;
}
in einem befehl füre ich Dropped(playerid, that); aus aber es passiert nichts!!! woran könnte es liegen?