04.04.2015, 07:11
please convert cmd to strcmp please:
Quote:
#define isnull(%1) \ ((!(%1[0])) || (((%1[0]) == '\1') && (!(%1[1])))) CMD:vehtext(playerid,params[]) { if(isnull(params)) return SendClientMessage(playerid,0xCCCCCCAA,"/vehtext [text]"); new myobject = CreateObject(19353, 0, 0, 10, 0.0, 0.0, 90.0); //create the object SetObjectMaterialText(myobject, params, 0, OBJECT_MATERIAL_SIZE_256x128,\ "Arial", 28, 0, 0xFFFF8200, 0xFF000000, OBJECT_MATERIAL_TEXT_ALIGN_CENTER); return 1; } |