18.09.2012, 14:11
EDIT: found the problem.
New problem: how can I make it that people can actually select the object?
Like:
where listitem = the name of the selected.
New problem: how can I make it that people can actually select the object?
Like:
Код:
if(listitem == "Cola")
{
SendClientMessage(playerid, COLOR_GREEN, "Drunk");
return 1;
}

