Hallo Leute.
Ich habe ein kleines Problem und zwar bei SetDynamicObjectMaterialText
Ich hab alles wie im Wiki gemacht und trotzdem bekomm ich error
(Fehlerklärbär hab ich bereits genutzt aber da steht das ich die Farbe vergessen hab was eigl nicht stimmt)
Errorcode:
C:\Users\COMPUNET121\Desktop\test1234\gamemodes\SetObjektMaterial.pwn(76) : error 035: argument type mismatch (argument 2)
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
Pawncode:
new Hausschild;
Hausschild = CreateDynamicObject(19329, 1670.49, -1582.16, 15.84, 0.00, 0.00, 0.00);
SetDynamicObjectMaterialText(Hausschild, "Otto's Rollerverleih", 0, OBJECT_MATERIAL_SIZE_256x128, "Tahoma", 28, 0, 0, 0, OBJECT_MATERIAL_TEXT_ALIGN_CENTER);
return 1;
Hoffe ihr könnt mir helfen
Danke im Vorraus