Quote:
Originally Posted by RIDE2DAY
PHP код:
stock ShowGraphicalUserInterface(playerid)
{
for(new i = 0; i < 32; i++)
{
PlayerTextDrawShow(playerid, GUI[playerid][i]);
}
}
Give a try to that and make sure the TextDraw isn't getting destroyed while playing.
|
Same bug. I checked twice but everything seems fine...