26.02.2014, 14:38
Ah, so it's possible. Cheers.
Yes. But:
I have no idea how to do this, but this is the closest I think I can get on my own.
Error:
Quote:
1.) Download a script to do it
2.) Build your own to do it 3.) Download and modify a script |
Quote:
I did have a little search around but didn't find anything about |
pawn Код:
CMD:bbtext(playerid,params[])
{
new text;
if(sscanf(params, "s[124]", text)) return SendClientMessage(playerid, COLOR_RED, "Syntax: /bbtext [text]");
new myobject = CreateObject(3077,404.0000000,2595.0000000,15.6000000,0.0000000,0.0000000,13.9970000);
SetObjectMaterialText(myobject, text, 0, OBJECT_MATERIAL_SIZE_256x128,\
"Arial", 28, 0, 0xFFFF8200, 0xFF000000, OBJECT_MATERIAL_TEXT_ALIGN_CENTER); // error line
return 1;
}
Error:
pawn Код:
(1276) : error 035: argument type mismatch (argument 2)