Quote:
Originally Posted by IamPRO
use something like:
pawn Код:
public OnPlayerModelSelection(playerid, response, listid, modelid) { if(listid == weplist)//id of the list { if(response)//if responsed { switch(modelid) { case 0://it is the object id. {
|
I know it has the "modelid" parameter, but I need to check what box has been clicked, not modelid. (incase I have 2 models in different boxes)