SA-MP Forums Archive
Question - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Question (/showthread.php?tid=392224)



Question - dr.lozer - 13.11.2012

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 :/


Re: Question - NumbSkull - 13.11.2012

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


Re: Question - dr.lozer - 13.11.2012

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


Re: Question - Lordzy - 13.11.2012

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.)


Re: Question - dr.lozer - 13.11.2012

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;
}



Re: Question - Lordzy - 13.11.2012

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