03.07.2012, 14:56
Hi everyone,
I have a textdraw related problem again....
here is what I do:
What is wrong with this code? the textdraws are appearing, but they arent selectable :\
I have a textdraw related problem again....
here is what I do:
pawn Код:
TextDrawShowForPlayer(playerid,checkinfo);
TextDrawShowForPlayer(playerid,changevalue);
TextDrawShowForPlayer(playerid,tickets);
TextDrawShowForPlayer(playerid,changeowner);
TextDrawShowForPlayer(playerid,impound);
TextDrawShowForPlayer(playerid,loggedplayer);
TextDrawShowForPlayer(playerid,chooseoption);
TextDrawShowForPlayer(playerid,logout);
TextDrawSetSelectable(checkinfo,1);
TextDrawSetSelectable(changevalue,1);
TextDrawSetSelectable(tickets,1);
TextDrawSetSelectable(changeowner,1);
TextDrawSetSelectable(impound,1);
TextDrawSetSelectable(logout,1);
SelectTextDraw(playerid,16715263);