SA-MP Forums Archive
Green/Blue wall - 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: Green/Blue wall (/showthread.php?tid=344792)



Green/Blue wall - Atrox95 - 22.05.2012

Hello,
I want to create a blue or a green wall to make screenshots of skins.
Код:
new Float:X, Float:Y, Float:Z;
        new myobject;
        GetPlayerPos(playerid, X, Y, Z);
        myobject = CreateObject(19372, X, Y, Z+0.5, 0.0, 0.0, 0.0, 300.0);
        SetObjectMaterial(myobject, 1, 19372, "all_walls", "officewallsnew1", 0xFF0000FF);
There is only the normal texture. Could you help me please?
Thanks.

Edit: If found it here: https://sampforum.blast.hk/showthread.php?tid=332205&page=16