Guten Tag ich habe folgende errors:
D:\Dokumente und Einstellungen\Jan\Desktop\Server2 GTA\gamemodes\LoH.pwn(3735) : warning 225: unreachable code
Und das sind die Zeilen:
}
if(PlayerInfo[playerid][pAdmin] == 1)
{
Moderator[playerid] = Create3DTextLabel("Moderator",0x0000BBAA,30.0,40.0,50.0,40.0,0);
Attach3DTextLabelToPlayer(Moderator[playerid], playerid, 0.0, 0.0, 0.7);
}
if(PlayerInfo[playerid][pAdmin] == 2 || PlayerInfo[playerid][pAdmin] == 3 || PlayerInfo[playerid][pAdmin] == 4 || PlayerInfo[playerid][pAdmin] == 5)
{
SupportAdmin[playerid] = Create3DTextLabel("Support Admin",COLOR_ORANGE,30.0,40.0,50.0,40.0,0);
Attach3DTextLabelToPlayer(SupportAdmin[playerid], playerid, 0.0, 0.0, 0.7);
}
if(PlayerInfo[playerid][pAdmin] == 1337)
{
SUPPORTADMIN[playerid] = Create3DTextLabel("1337 Admin",RED,30.0,40.0,50.0,40.0,0);
Attach3DTextLabelToPlayer(SUPPORTADMIN[playerid], playerid, 0.0, 0.0, 0.7);
}
if(PlayerInfo[playerid][pAdmin] == 1338)
{
Projektleiter[playerid] = Create3DTextLabel("Projektleiter",COLOR_LIGHTBLUE,30.0,40.0,50.0,40.0,0);
Attach3DTextLabelToPlayer(Projektleiter[playerid], playerid, 0.0, 0.0, 0.7);
}
}
Ich hoffe ihr könnt mir helfen, ich versuche grade 3dLabels zu erstellen so dass wenn ein Admin connectet das er einen Text über seinen Kopf hat habe das tut benutzt und nun habe ich die errors
Mfg Jan
//Edit: fehler ausgebessert
//Edit: fehler entfernt
//edit: errors entfernt 1error noch da