Hey Community,
ich wollte ein kleines Feature in mein Script rein gescripten.
Doch als ich das tat, bekam ich folgenden Error :
C:\Users\Toshiba\Desktop\SoR - Script\gamemodes\GPR.pwn(44633) : error 017: undefined symbol "X"
Das Problem ist aber, dass ich nicht checke, wo der herkommt. :o
Hier der Code, vllt. hilft er ja
DutyLabel[playerid] = CreatePlayer3DTextLabel(playerid,string, 0xAAAAFFFF,X,Y,Z+0.3,10.0,playerid, INVALID_VEHICLE_ID, 0);
RemovePlayerAttachedObject(playerid,5);
RemovePlayerAttachedObject(playerid,6);
SetPlayerAttachedObject(playerid, 5, 19079, 17, 0.054798, -0.068864, 0.143832, 0.000000, 0.000000, 0.000000, 1.000000, 1.000000, 1.000000);
SetPlayerAttachedObject(playerid, 6, 1276, 1, 0.026707, 0.049716, 0.044027, 0.000000, 166.186828, 295.838226, -0.335559, 1.000000, 0.018289);
return 1;
}
Und hier noch die DutyLabel definition.
new PlayerText3D:DutyLabel[MAX_PLAYERS];
Danke für die Hilfe :3