10.02.2014, 16:00
PHP код:
public OnGameModeInit()
{
MyTextDraw = TextDrawCreate(100.0, 33.0,"Example TextDraw");
TextDrawUseBox(MyTextDraw,1);
return 1;
}
PHP код:
public OnGameModeInit()
{
MyTextDraw = TextDrawCreate(100.0, 33.0,"Example TextDraw");
TextDrawUseBox(MyTextDraw,0);//aqui o segundo parвmetro foi definido para zero
return 1;
}
https://sampwiki.blast.hk/wiki/TextDrawUseBox