Servus,
ich wollte auf ein Textdraw anklickbar machen, nur gibt es ein Problem bei OnPlayerClickTextDraw. Kann mir jemand weiterhelfen ?
Ich bekomme einen Tagmismatch
public OnPlayerClickTextDraw(playerid, Text:clickedid)
{
if(_:clickedid != INVALID_TEXT_DRAW) // If the player clicked a valid textdraw, continue with the coding. (_:var removes the Text: tag, to avoid tag mismatch)
{
if(clickedid == Itemname[playerid][0])//Hier ist der Tagmismatch !
{
}
}
}