15.02.2013, 18:02
Hey im trying to make a grafitti system.
This is what I got.
Now this is just a piece of code
but the error is in line 6046.
Thanks
This is what I got.
Now this is just a piece of code
but the error is in line 6046.
Код:
if(dialogid == 421 && response)
{
case 0;
{
new tag1;
tag1 = CreateObject(19371, -2494.41, 2295.63, 5.66, 0.00, 0.00, 269.98);
SetObjectMaterialText(tag1, inputtext, 0, OBJECT_MATERIAL_SIZE_256x128,\"Arial", 50, 0, 0xFFFF8200, 0x000000AA, OBJECT_MATERIAL_TEXT_ALIGN_CENTER);
PlayerPlaySound(playerid, 1134, 0.0, 0.0, 10.0);
}
}

