10.07.2012, 02:41
For some reason its not setting the material text.. I used a in-game material text editor and it looked fine than i exported it and now its just showing the normal object.
Its in a cmd for testing
pawn Code:
CMD:sabp(playerid, params[])
{
new sabp = CreateDynamicObject(4230, 1597.9063, -1699.7500, 30.2109, 0.0000, 0.0000, 0.0000);
SetObjectMaterialText(sabp, "SA-BP", 2, 50, "Arial", 24, 1, -32256, -16777216, 1);
SendClientMessage(playerid, COLOR_ADMIN, "MADE A WALL LOL");
return 1;
}