22.05.2012, 16:49
Hello,
I want to create a blue or a green wall to make screenshots of skins.
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
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);
Thanks.
Edit: If found it here: https://sampforum.blast.hk/showthread.php?tid=332205&page=16