Hallo,
ich habe mich mal an die Texturen gewagt.
Habe aber einen Fehler:
C:\Users\User\Desktop\maps\maps.pwn(29) : error 035: argument type mismatch (argument 1)
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
Hier die Objekte:
wand[1] = CreateObject(19364, 421.96, -1271.29, 51.63, 0.00, 0.00, 21.00);
wand[2] = CreateObject(19364, 420.85, -1268.40, 51.63, 0.00, 0.00, 21.00);
wand[3] = CreateObject(19364, 419.68, -1265.38, 51.63, 0.00, 0.00, 21.00);
wand[4] = CreateObject(19364, 418.55, -1262.44, 51.63, 0.00, 0.00, 21.00);
wand[5] = CreateObject(19364, 417.40, -1259.51, 51.63, 0.00, 0.00, 21.00);
wand[6] = CreateObject(19364, 416.26, -1256.50, 51.63, 0.00, 0.00, 21.00);
wand[7] = CreateObject(19364, 415.11, -1253.50, 51.63, 0.00, 0.00, 21.00);
wand[8] = CreateObject(19364, 423.97, -1272.11, 51.63, 0.00, 0.00, -68.40);
wand[9] = CreateObject(19364, 426.94, -1270.94, 51.63, 0.00, 0.00, -68.54);
wand[10] = CreateObject(19364, 429.97, -1269.77, 51.63, 0.00, 0.00, -68.40);
wand[11] = CreateObject(19364, 438.19, -1264.93, 51.63, 0.00, 0.00, 21.00);
wand[12] = CreateObject(19364, 432.94, -1268.60, 51.63, 0.00, 0.00, -68.40);
wand[13] = CreateObject(19364, 435.97, -1267.43, 51.63, 0.00, 0.00, -68.40);
wand[14] = CreateObject(19364, 437.31, -1266.93, 51.63, 0.00, 0.00, -68.40);
New:
new wand[15];
SetObjektMaterial:
SetObjectMaterial(wand,Index, 5810, "lawnstripm", "sl_lavicdtwall1", 0);
Hoffe um Hilfe.
mfg