[Tool/Web/Other] SAMP arts - 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: Filterscripts (
https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Tools and Files (
https://sampforum.blast.hk/forumdisplay.php?fid=82)
+---- Thread: [Tool/Web/Other] SAMP arts (
/showthread.php?tid=521365)
Re: SAMP arts -
n0minal - 26.06.2014
Gj! But draw distance of streamer don't loads all objects, a higher drawdistance is needed on parameters...
Re: SAMP arts -
DialUp - 26.06.2014
Quote:
Originally Posted by n0minal
Gj! But draw distance of streamer don't loads all objects, a higher drawdistance is needed on parameters...
|
Added '-d' option to set both streamdistance and drawdistance
Re: SAMP arts -
PT - 26.06.2014
Quote:
Originally Posted by DialUp
Probably, fixed. I still don't know should I use regular SetObjectMaterial... or Dynamic one
|
With streamer use Dynamic
-
Nice Job you did.
Re: SAMP arts -
DialUp - 27.06.2014
There was really large gap between mode 2 and mode 1 because I had no good object with middle size.
Found 4th single-textured object!! Now support 4 sizes (5 / 3 / 1.5 / 0.5)
Re: SAMP arts -
DialUp - 27.06.2014
Tested few images in the same script... Not enough heap size -_-
Modified tool to version 0.3, no more random names.
Re: SAMP arts -
maaz - 27.06.2014
good job man

+rep
Re: SAMP arts -
Spydah - 27.06.2014
Very useful thanks!
Re: SAMP arts -
Ke_NiReM - 27.06.2014
O Great Work
Re: SAMP arts -
ikey07 - 27.06.2014
How exactly the draw process happens?
You create objects with colors or?
Paste like a 10 lines of middle of the script you put in pawn.
Re: SAMP arts -
Basssiiie - 27.06.2014
This works without every client having to download the picture to their computer, right? How did you do it?
Re: SAMP arts -
Inverse - 11.07.2014
Isn't that pure awesomeness.
Re: SAMP arts -
Sojo12 - 17.07.2014
Good job!
Re: SAMP arts -
pyrodojo25 - 20.07.2014
OMFG this is AWESOME!!!
Re: SAMP arts -
pyrodojo25 - 20.07.2014
Is it possible to make small objects with higher pixel density, so the image wont be pixelated when I come close?
Re: SAMP arts -
DialUp - 20.07.2014
Quote:
Originally Posted by pyrodojo25
Is it possible to make small objects with higher pixel density, so the image wont be pixelated when I come close?
|
Have you tried mode 3?
I can make higher density.. But you will be still limited in ~0.2 megapixels due to objects amount limit. Even streamer won't allow to place > 1000 objects in the same place. So result picture will be really small
ALSO
it's possible to increase limit by reducing colors. Real SA-MP maximum is near 2.3 Millions pseudo-pixels (monochrome image, only 2 colors).
Re: SAMP arts -
DialUp - 21.07.2014
Quote:
Originally Posted by Rehasher
The python files don't work in ubuntu.
|
Install python and all packages used in the script. Or just use Wine to run the compiled .exe
Re: SAMP arts -
Meow22 - 21.07.2014
Hello can u tell me poistion of this place please?
Re: SAMP arts -
Smileys - 21.07.2014
Quote:
Originally Posted by Meow22
Hello can u tell me poistion of this place please?

|
It's the cpos in the blue textlabel.
OT: Very nice work, am gonna use this for sure :3
EDIT:
I can't get rid of these errors...
pawn Код:
error 010: invalid function or declaration
warning 203: symbol is never used: "__oid__"
warning 203: symbol is never used: "__sX__"
warning 203: symbol is never used: "__sY__"
warning 203: symbol is never used: "__sZ__"
warning 203: symbol is never used: "__temp_string__"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
Re: SAMP arts -
Greaper - 21.07.2014
I Got this errors ??
Код:
C:\Users\pc2.pc2-PC\Desktop\Pinoy Roleplay\pawno\include\daryl.inc(10) : error 010: invalid function or declaration
C:\Users\pc2.pc2-PC\Desktop\Pinoy Roleplay\filterscripts\Daryl.pwn(234) : warning 203: symbol is never used: "__oid__"
C:\Users\pc2.pc2-PC\Desktop\Pinoy Roleplay\filterscripts\Daryl.pwn(234) : warning 203: symbol is never used: "__sX__"
C:\Users\pc2.pc2-PC\Desktop\Pinoy Roleplay\filterscripts\Daryl.pwn(234) : warning 203: symbol is never used: "__sY__"
C:\Users\pc2.pc2-PC\Desktop\Pinoy Roleplay\filterscripts\Daryl.pwn(234) : warning 203: symbol is never used: "__sZ__"
C:\Users\pc2.pc2-PC\Desktop\Pinoy Roleplay\filterscripts\Daryl.pwn(234) : warning 203: symbol is never used: "__temp_string__"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Re: SAMP arts -
Meow22 - 21.07.2014
Quote:
Originally Posted by Smileys
It's the cpos in the blue textlabel.
OT: Very nice work, am gonna use this for sure :3
EDIT:
I can't get rid of these errors...
pawn Код:
error 010: invalid function or declaration warning 203: symbol is never used: "__oid__" warning 203: symbol is never used: "__sX__" warning 203: symbol is never used: "__sY__" warning 203: symbol is never used: "__sZ__" warning 203: symbol is never used: "__temp_string__" Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
|
well ik it's that 1 but i want to knw how would i write same to same or different way cuz im getting error