How to make Zebras?? - 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: How to make Zebras?? (
/showthread.php?tid=467412)
How to make Zebras?? -
***Niko*** - 02.10.2013
Hello there,i wonder how to make zebras the white thing on this picture
I guess its some txt/object editor,but can somone explane me how to do it and with what program/script?
I'm using Ravens GameMode
PS: I hope now is in right section..
Regards,
Stefan Salvatore
Re: How to make Zebras?? -
iJumbo - 03.10.2013
I think they are some simple white objects into ground..
or they are using the Concrete parkour objects added in 0.3c with this function
https://sampwiki.blast.hk/wiki/SetObjectMaterial
Re: How to make Zebras?? -
***Niko*** - 03.10.2013
Quote:
Originally Posted by iJumbo
|
It's not point only in that white simple object maybe they are on this picture but i saw on other servers also they use zebras in other colors and near zebra is STOP on parkings are Do not parking here etc it's custom txt placed in script,just i don't know how they made it i don't think it's that SetObjectMaterial function
Re: How to make Zebras?? -
iJumbo - 03.10.2013
You can change color of objects with SetObjectMaterial
Re: How to make Zebras?? -
***Niko*** - 03.10.2013
Quote:
Originally Posted by iJumbo
You can change color of objects with SetObjectMaterial
|
Yes,but that is not what i looking i guess
Re: How to make Zebras?? -
***Niko*** - 03.10.2013
You was right i just tested that function and it worked i made it like this
Код:
new Dph = CreateDynamicObject(4238, 1535.8951, -1672.2250, 12.4137, -120.3999, -96.3000, 174.4733);
SetDynamicObjectMaterialText(Dph, 0,"Don not park here", 130, "Arial", 32, 1, -1, 0, 1);
Thanks for help,rep +