07.06.2012, 08:02
I hope you dont mix objectid with modelid, just make a loop
new Myobjs[10];
MyObjs[0] = CreateObject(....
for(new i; i < sizeof(MyObjs); i++)
{
SetObjectMaterialText(MyObjs[i], "www.SA-BP.com", 0, 140, "Arial", 40000, 0, -32256, -16730675, 1);
}
new Myobjs[10];
MyObjs[0] = CreateObject(....
for(new i; i < sizeof(MyObjs); i++)
{
SetObjectMaterialText(MyObjs[i], "www.SA-BP.com", 0, 140, "Arial", 40000, 0, -32256, -16730675, 1);
}