Hallo leute
Ich brauche wiedermal hilfe.Unszwar , habe ich alles compilet alles ganz schön.
Keine Warnings
Keine Errors
Ich habe das /duty Command gemacht, nur wenn ich Ingame es mache funkt das nicht. Da kommt einfach garnichts.
Noch nicht mal "else" dass man sowas nicht benutzen darf oder kann*
Naja , hier mal die Zeilen.
// ------------------------- Admin-Commands -------------------------
if(strcmp("/aduty", cmdtext, true) == 0)
{
if(IsInAdmin[playerid])
{
if(IsInAdmin[playerid] >= 1)
{
new string[100],name[MAX_PLAYER_NAME];
GetPlayerName(playerid,name,sizeof(name));
format(string,sizeof(string)," > %s hat sich als Admin angemeldet! < ",name);
Nochmal: Keine Warnings und keine Errors, es compilet aber funkt nicht :s