05.11.2015, 20:25
mSelection handle dynamic and static menus differently, You are using ShowModelSelectionMenuEx which means you are using a dynamic one, if that is the case you must use this callback:
Instead of:
pawn Код:
public OnPlayerModelSelectionEx(playerid, response, extraid, modelid)
pawn Код:
public OnPlayerModelSelection(playerid, response, listid, modelid)