Als erstes der Code:
new PlayerText3D:Neulingstext[MAX_PLAYERS][MAX_PLAYERS];
OnplayerSpawm:
if(SpielerInfo[playerid][pAdmin] > 0)
{
new Float:X, Float:Y, Float:Z;
for(new suspect=0; suspect<MAX_PLAYERS; suspect++)
{
GetPlayerPos(suspect, X,Y,Z);
Neulingstext[playerid][suspect] = CreatePlayer3DTextLabel(playerid, "TEST", COLOR_WHITE, X, Y, Z, 0.4, suspect, INVALID_VEHICLE_ID, 1);
}
}
Der Text wird mir nichtmal angezeigt. Woran kann es liegen?