Question
#1

Can anyone tell me how to add picture from PC to server ?? i saw many server using this trick please tell me and make a simple code for me i will modify it

____________
sry for my bad english :/
Reply
#2

you can load the img files to your GTA but only you see it unless you send it to other people to replace theirs too
Reply
#3

Quote:
Originally Posted by NumbSkull
Посмотреть сообщение
you can load the img files to your GTA but only you see it unless you send it to other people to replace theirs too
Hmm i think your right but i joined a server and they put a Ameracan Flag Pic! i didn't replace anything :P
Reply
#4

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.)
Reply
#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
#6

I haven't tried yet with sprites. Check over the tutorial section.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)