Question
#5

Quote:
Originally Posted by Lordz™
Посмотреть сообщение
It's textdraws. You can use textdraw font 4 for pics using sprites. Or you must be a pro in textdraws(Easy way is to use a textdraw editor.)
We should make like this??

pawn Код:
#define Path "../Picture/GTA.jpg"

new Text:Text1;

public OnGameModeInit()
{

   Text1 = TextDrawCreate(1,430,path);
   TextDrawFont(Text1, 4);
 
  return 1;
}
Reply


Messages In This Thread
Question - by dr.lozer - 13.11.2012, 13:23
Re: Question - by NumbSkull - 13.11.2012, 13:34
Re: Question - by dr.lozer - 13.11.2012, 13:49
Re: Question - by Lordzy - 13.11.2012, 13:52
Re: Question - by dr.lozer - 13.11.2012, 14:01
Re: Question - by Lordzy - 13.11.2012, 14:54

Forum Jump:


Users browsing this thread: 1 Guest(s)