mysql_pquery(MySqlConnection,"SELECT * FROM accounts","OnQueryFinish","siii","SELECT * FROM accounts",_SQL_REGISTREDACCS_COUNT,playerid,MySqlConnection);
Beiträge von luiluiboy014
-
-
definiert habe ich es mit MySQL:MySqlConnection, Der fehler wird immer noch angezeigt MfG Lui
-
habe ich auch schon versucht bekomme ein
GeTmyselfmade.pwn(9600) : warning 213: tag mismatch
weiß nicht weiter -
Will auf Mysql R40 updaten und das ist der fehler der oben angezeigt wird hoffe da da einer helfen kann MfG
-
habe ein kleines problem was ist hier falsch
GeTmyselfmade.pwn(9600) : error 035: argument type mismatch (argument 3)
COMMAND:registrierte(playerid,params[])
{
#pragma unused params
if(ImTutorial[playerid] != 0)return SCM(playerid,GRAU,"Du kannst keine Befehle nutzen,da du im Tutorial bist.");
if(GetPVarInt(playerid,"Eingeloggt") == 0)return SCM(playerid,GRAU,"Du bist nicht eingeloggt!");
if(Spieler[playerid][pAWAYFROMKEYBOARD] == 1)return SCM(playerid,WRONGCMD,"Du bist im AFK-Modus und kannst somit keine Befehle nutzen."),SCM(playerid,WRONGCMD,"BENUTZE: /back");
if(!isPlayerAnAdmin(playerid,6))return SCM(playerid,GRAU,"Du bist kein "#SERVERTAG" Teammitglied./Du hast nicht den jeweiligen Adminrang.");
fehler linie 9600 mysql_pquery(MySqlConnection,"SELECT * FROM accounts",true,"OnQueryFinish","siii","SELECT * FROM accounts",_SQL_REGISTREDACCS_COUNT,playerid,MySqlConnection);
return 1;
}
Hoffe ihr könnt mir da helfen MfG -
immer noch nix Mfg
-
#define TEAM_Supporter 0x7DFF00FF
wenn ich es so mache geht das
case 1:{aDuty[playerid] = Create3DTextLabel("Supporter",TEAM_Supporter,30.0,40.0,50.0,MAX_STREAM_NAME_DISTANCE,GetPlayerVirtualWorld(playerid),1);SetPlayerColor(playerid,TEAM_Supporter);format(string,sizeof(string),"Supporter %s [ID:%d] ist nun im Dienst [Er ist grün markiert]*",Spieler[playerid][pName],playerid);SCMALL(TEAM_Supporter, string);}
ich verstehe es nicht warum es nicht mit CreateDynamic3DTextLabel MfG -
hier mit
new Text3D:aDuty[MAX_PLAYERS]
-
Auch nicht zeigt nix an MfG
-
habe den neusen streamer der grade aktuel ist
geht nicht kommt das hier
C:\Users\Jeremias-BenediktPC\Desktop\Ml Server\Server\gamemodes\GeTmyselfmade.pwn(31575) : error 017: undefined symbol "worlid"
C:\Users\Jeremias-BenediktPC\Desktop\Ml Server\Server\gamemodes\GeTmyselfmade.pwn(31575) : error 029: invalid expression, assumed zero
C:\Users\Jeremias-BenediktPC\Desktop\Ml Server\Server\gamemodes\GeTmyselfmade.pwn(31575) : error 017: undefined symbol "priority"
C:\Users\Jeremias-BenediktPC\Desktop\Ml Server\Server\gamemodes\GeTmyselfmade.pwn(31575) : fatal error 107: too many error messages on one line -
wird immer noch nix angezeigt MfG
-
mir fehlt da nix mehr einn
COMMAND:aduty(playerid,params[])
{
#pragma unused params
if(ImTutorial[playerid] != 0)return SCM(playerid,GRAU,"Du kannst keine Befehle nutzen,da du im Tutorial bist.");
if(GetPVarInt(playerid,"Eingeloggt") == 0)return SCM(playerid,GRAU,"Du bist nicht eingeloggt!");
if(Spieler[playerid][pAWAYFROMKEYBOARD] == 1)return SCM(playerid,WRONGCMD,"Du bist im AFK-Modus und kannst somit keine Befehle nutzen."),SCM(playerid,WRONGCMD,"BENUTZE: /back");
new string[128];
if(!isPlayerAnAdmin(playerid,1))return SCM(playerid,GRAU,"Du bist kein "#SERVERTAG" Teammitglied./Du hast nicht den jeweiligen Adminrang.");
if(Spieler[playerid][pAdminOnduty] == false)
{
format(string,24,"["#SERVERTAG"]%s",Spieler[playerid][pName]);
SetPlayerName(playerid,string);
SetPlayerScore(playerid,GetPlayerLevel(playerid));
format(string,sizeof(string),"%s geht in den Admindienst.",SpielerName(playerid));
SCMALL(GRUEN,string);
SCM(playerid,GRUEN,"** Du bist nun im Admindienst **");
TextDrawShowForPlayer(playerid,ADUTYdraw);
Spieler[playerid][pAdminOnduty] = true;
switch(Spieler[playerid][pAdmin])
{
case 1:{aDuty[playerid] = CreateDynamic3DTextLabel("Supporter",TEAM_Supporter,30.0,40.0,50.0,MAX_STREAM_NAME_DISTANCE,playerid,INVALID_VEHICLE_ID,0,-1,-1,-1,GetPlayerVirtualWorld(playerid),1);SetPlayerColor(playerid,TEAM_Supporter);format(string,sizeof(string),"Supporter %s [ID:%d] ist nun im Dienst [Er ist grün markiert]*",Spieler[playerid][pName],playerid);SCMALL(TEAM_Supporter, string);}
case 2:{aDuty[playerid] = CreateDynamic3DTextLabel("Moderator",TEAM_Moderator,30.0,40.0,50.0,MAX_STREAM_NAME_DISTANCE,playerid,INVALID_VEHICLE_ID,0,-1,-1,-1,GetPlayerVirtualWorld(playerid),1);SetPlayerColor(playerid,TEAM_Moderator);format(string,sizeof(string),"Moderator %s [ID:%d] ist nun im Dienst [Er ist hellblau markiert]*",Spieler[playerid][pName],playerid);SCMALL(TEAM_Moderator, string);}
case 3:{aDuty[playerid] = CreateDynamic3DTextLabel("Administrator",TEAM_Administrator,30.0,40.0,50.0,MAX_STREAM_NAME_DISTANCE,playerid,INVALID_VEHICLE_ID,0,-1,-1,-1,GetPlayerVirtualWorld(playerid),1);SetPlayerColor(playerid,TEAM_Administrator);format(string,sizeof(string),"Administrator %s [ID:%d] ist nun im Dienst [Er ist blau markiert]*",Spieler[playerid][pName],playerid);SCMALL(TEAM_Administrator, string);}
case 4:{aDuty[playerid] = CreateDynamic3DTextLabel("Techniker",TEAM_Techniker,30.0,40.0,50.0,MAX_STREAM_NAME_DISTANCE,playerid,INVALID_VEHICLE_ID,0,-1,-1,-1,GetPlayerVirtualWorld(playerid),1);SetPlayerColor(playerid,TEAM_Techniker);format(string,sizeof(string),"Techniker %s [ID:%d] ist nun im Dienst [Er ist lila markiert]*",Spieler[playerid][pName],playerid);SCMALL(TEAM_Techniker, string);}
case 5:{aDuty[playerid] = CreateDynamic3DTextLabel("Super Administrator",TEAM_SuperAdministrator,30.0,40.0,50.0,MAX_STREAM_NAME_DISTANCE,playerid,INVALID_VEHICLE_ID,0,-1,-1,-1,GetPlayerVirtualWorld(playerid),1);SetPlayerColor(playerid,TEAM_SuperAdministrator);format(string,sizeof(string),"Super Administrator %s [ID:%d] ist nun im Dienst [Er ist orange markiert]*",Spieler[playerid][pName],playerid);SCMALL(TEAM_SuperAdministrator, string);}
case 6:{aDuty[playerid] = CreateDynamic3DTextLabel("Server Manager",TEAM_ServerManager,30.0,40.0,50.0,MAX_STREAM_NAME_DISTANCE,playerid,INVALID_VEHICLE_ID,0,-1,-1,-1,GetPlayerVirtualWorld(playerid),1);SetPlayerColor(playerid,TEAM_ServerManager);format(string,sizeof(string),"Server Manager %s [ID:%d] ist nun im Dienst [Er ist dunkelrot markiert]*",Spieler[playerid][pName],playerid);SCMALL(TEAM_ServerManager, string);}
case 7:{aDuty[playerid] = CreateDynamic3DTextLabel("Serverleitung",TEAM_Serverleitung,30.0,40.0,50.0,MAX_STREAM_NAME_DISTANCE,playerid,INVALID_VEHICLE_ID,0,-1,-1,-1,GetPlayerVirtualWorld(playerid),1);SetPlayerColor(playerid,TEAM_Serverleitung);format(string,sizeof(string),"Serverleitung %s [ID:%d] ist nun im Dienst [Er ist rot markiert]*",Spieler[playerid][pName],playerid);SCMALL(TEAM_Serverleitung, string);}
}
}
else if(Spieler[playerid][pAdminOnduty] == true)
{
SCM(playerid,ROT,"** Du bist nun nicht mehr im Admindienst **");
format(string,sizeof(string),"%s ist nun nicht mehr im Admindienst.",SpielerName(playerid));
SCMALL(ORANGE,string);
TextDrawHideForPlayer(playerid,ADUTYdraw);
Delete3DTextLabel(aDuty[playerid]);
SetPlayerColor(playerid, TEAM_WEIß);
Spieler[playerid][pAdminOnduty] = false;
SetPlayerName(playerid,Spieler[playerid][pName]);
SetPlayerScore(playerid,GetPlayerLevel(playerid));
if(Spieler[playerid][pMaske] == 1)
{
SetPlayerScore(playerid,random(50) + 122);
format(string,sizeof(string),"UNKNOWN%i",random(50) + 122);
SetPlayerName(playerid,string);
}
if(Spieler[playerid][pDuty] == 4 && Spieler[playerid][pFraktion] != 6)
{
SetPlayerScore(playerid,random(50) + 122);
format(string,24,"SWAT%i",random(50) + 122);
SetPlayerName(playerid,string);
}
if(Spieler[playerid][pDuty] == 4 && Spieler[playerid][pFraktion] == 6 && Spieler[playerid][pMaske] == 1)
{
SetPlayerScore(playerid,random(50) + 122);
format(string,24,"SEAL%i",random(50) + 122);
SetPlayerName(playerid,string);
}
if(Spieler[playerid][pDuty] == 5 && Spieler[playerid][pFraktion] == 6 && Spieler[playerid][pMaske] == 1)
{
SetPlayerScore(playerid,random(50) + 122);
format(string,24,"RANGER%i",random(50) + 122);
SetPlayerName(playerid,string);
}
}
return 1;
} -
ne bin mit lepi und pc drin kann das nicht sehen wird nicht angezeigt Weiß nicht warum MfG
-
es wird kein label angezeigt wenn ich online gehe MfG
-
ein fehler
C:\Users\Jeremias-BenediktPC\Desktop\Ml Server\Server\gamemodes\GeTmyselfmade.pwn(31583) : warning 213: tag mismatch
UpdateDynamic3DTextLabelText(aDuty[playerid],SERVERFARBEHEX,aDuty[playerid]);
-
was meinst du genau
Mit freundlichen Grüßen
luiluiboy014 -
hey leute brauche bissen hilfe der 3D Label über dem skin wird nicht angezeigt was ist hier falsch
COMMAND:aduty(playerid,params[])
{
#pragma unused params
if(ImTutorial[playerid] != 0)return SCM(playerid,GRAU,"Du kannst keine Befehle nutzen,da du im Tutorial bist.");
if(GetPVarInt(playerid,"Eingeloggt") == 0)return SCM(playerid,GRAU,"Du bist nicht eingeloggt!");
if(Spieler[playerid][pAWAYFROMKEYBOARD] == 1)return SCM(playerid,WRONGCMD,"Du bist im AFK-Modus und kannst somit keine Befehle nutzen."),SCM(playerid,WRONGCMD,"BENUTZE: /back");
new string[128];
if(!isPlayerAnAdmin(playerid,1))return SCM(playerid,GRAU,"Du bist kein "#SERVERTAG" Teammitglied./Du hast nicht den jeweiligen Adminrang.");
if(Spieler[playerid][pAdminOnduty] == false)
{
format(string,24,"["#SERVERTAG"]%s",Spieler[playerid][pName]);
SetPlayerName(playerid,string);
SetPlayerScore(playerid,GetPlayerLevel(playerid));
format(string,sizeof(string),"%s geht in den Admindienst.",SpielerName(playerid));
SCMALL(GRUEN,string);
SCM(playerid,GRUEN,"** Du bist nun im Admindienst **");
TextDrawShowForPlayer(playerid,ADUTYdraw);
Spieler[playerid][pAdminOnduty] = true;
switch(Spieler[playerid][pAdmin])
{
case 1:{aDuty[playerid] = CreateDynamic3DTextLabel("Supporter",TEAM_Supporter,30.0,40.0,50.0,MAX_STREAM_NAME_DISTANCE,INVALID_PLAYER_ID,INVALID_VEHICLE_ID,0,-1,-1,-1,GetPlayerVirtualWorld(playerid),1);SetPlayerColor(playerid,TEAM_Supporter);format(string,sizeof(string),"Supporter %s [ID:%d] ist nun im Dienst [Er ist grün markiert]*",Spieler[playerid][pName],playerid);SCMALL(TEAM_Supporter, string);}
case 2:{aDuty[playerid] = CreateDynamic3DTextLabel("Moderator",TEAM_Moderator,30.0,40.0,50.0,MAX_STREAM_NAME_DISTANCE,INVALID_PLAYER_ID,INVALID_VEHICLE_ID,0,-1,-1,-1,GetPlayerVirtualWorld(playerid),1);SetPlayerColor(playerid,TEAM_Moderator);format(string,sizeof(string),"Moderator %s [ID:%d] ist nun im Dienst [Er ist hellblau markiert]*",Spieler[playerid][pName],playerid);SCMALL(TEAM_Moderator, string);}
case 3:{aDuty[playerid] = CreateDynamic3DTextLabel("Administrator",TEAM_Administrator,30.0,40.0,50.0,MAX_STREAM_NAME_DISTANCE,INVALID_PLAYER_ID,INVALID_VEHICLE_ID,0,-1,-1,-1,GetPlayerVirtualWorld(playerid),1);SetPlayerColor(playerid,TEAM_Administrator);format(string,sizeof(string),"Administrator %s [ID:%d] ist nun im Dienst [Er ist blau markiert]*",Spieler[playerid][pName],playerid);SCMALL(TEAM_Administrator, string);}
case 4:{aDuty[playerid] = CreateDynamic3DTextLabel("Techniker",TEAM_Techniker,30.0,40.0,50.0,MAX_STREAM_NAME_DISTANCE,INVALID_PLAYER_ID,INVALID_VEHICLE_ID,0,-1,-1,-1,GetPlayerVirtualWorld(playerid),1);SetPlayerColor(playerid,TEAM_Techniker);format(string,sizeof(string),"Techniker %s [ID:%d] ist nun im Dienst [Er ist lila markiert]*",Spieler[playerid][pName],playerid);SCMALL(TEAM_Techniker, string);}
case 5:{aDuty[playerid] = CreateDynamic3DTextLabel("Super Administrator",TEAM_SuperAdministrator,30.0,40.0,50.0,MAX_STREAM_NAME_DISTANCE,INVALID_PLAYER_ID,INVALID_VEHICLE_ID,0,-1,-1,-1,GetPlayerVirtualWorld(playerid),1);SetPlayerColor(playerid,TEAM_SuperAdministrator);format(string,sizeof(string),"Super Administrator %s [ID:%d] ist nun im Dienst [Er ist orange markiert]*",Spieler[playerid][pName],playerid);SCMALL(TEAM_SuperAdministrator, string);}
case 6:{aDuty[playerid] = CreateDynamic3DTextLabel("Server Manager",TEAM_ServerManager,30.0,40.0,50.0,MAX_STREAM_NAME_DISTANCE,INVALID_PLAYER_ID,INVALID_VEHICLE_ID,0,-1,-1,-1,GetPlayerVirtualWorld(playerid),1);SetPlayerColor(playerid,TEAM_ServerManager);format(string,sizeof(string),"Server Manager %s [ID:%d] ist nun im Dienst [Er ist dunkelrot markiert]*",Spieler[playerid][pName],playerid);SCMALL(TEAM_ServerManager, string);}
case 7:{aDuty[playerid] = CreateDynamic3DTextLabel("Serverleitung",TEAM_Serverleitung,30.0,40.0,50.0,MAX_STREAM_NAME_DISTANCE,INVALID_PLAYER_ID,INVALID_VEHICLE_ID,0,-1,-1,-1,GetPlayerVirtualWorld(playerid),1);SetPlayerColor(playerid,TEAM_Serverleitung);format(string,sizeof(string),"Serverleitung %s [ID:%d] ist nun im Dienst [Er ist rot markiert]*",Spieler[playerid][pName],playerid);SCMALL(TEAM_Serverleitung, string);}
}
Attach3DTextLabelToPlayer(aDuty[playerid],playerid,0.0,0.0,0.75);
UpdateDynamic3DTextLabelText(aDuty[playerid],SERVERFARBEHEX,aDuty[playerid]);
}
else if(Spieler[playerid][pAdminOnduty] == true)
{
SCM(playerid,ROT,"** Du bist nun nicht mehr im Admindienst **");
format(string,sizeof(string),"%s ist nun nicht mehr im Admindienst.",SpielerName(playerid));
SCMALL(ORANGE,string);
TextDrawHideForPlayer(playerid,ADUTYdraw);
DestroyDynamic3DTextLabel(aDuty[playerid]);
SetPlayerColor(playerid, TEAM_WEIß);
Spieler[playerid][pAdminOnduty] = false;
SetPlayerName(playerid,Spieler[playerid][pName]);
SetPlayerScore(playerid,GetPlayerLevel(playerid));
if(Spieler[playerid][pMaske] == 1)
{
SetPlayerScore(playerid,random(50) + 122);
format(string,sizeof(string),"UNKNOWN%i",random(50) + 122);
SetPlayerName(playerid,string);
}
if(Spieler[playerid][pDuty] == 4 && Spieler[playerid][pFraktion] != 6)
{
SetPlayerScore(playerid,random(50) + 122);
format(string,24,"SWAT%i",random(50) + 122);
SetPlayerName(playerid,string);
}
if(Spieler[playerid][pDuty] == 4 && Spieler[playerid][pFraktion] == 6 && Spieler[playerid][pMaske] == 1)
{
SetPlayerScore(playerid,random(50) + 122);
format(string,24,"SEAL%i",random(50) + 122);
SetPlayerName(playerid,string);
}
if(Spieler[playerid][pDuty] == 5 && Spieler[playerid][pFraktion] == 6 && Spieler[playerid][pMaske] == 1)
{
SetPlayerScore(playerid,random(50) + 122);
format(string,24,"RANGER%i",random(50) + 122);
SetPlayerName(playerid,string);
}
}
return 1;
}Bitte um hilfe MfG
Es hat was hier mit zu tuhen hat einer eine id
Attach3DTextLabelToPlayer
-
hat geklapt danke MfG
-
habe noch viele Warnings Bitte um hilfe Mfg
//Actor_Name[128],Actor_Skin,Float:a_x,Flote:a_y,Flote:a_Z,Flote:a_r,Actor_VW,Actor_Best,Actor_Besttype,Actor_ID,Actor_Animlib,Actor_AnimName,Actor_FFelta,Actor_Loop,Actor_Lockx,Actor_Locky,Actor_Freeze,Actor_Time
new ActorInfo[][ActorInfoLabel] =
{
{"GutenTag",256,185.9129,-1826.3772,6.9154,90.0,0,0,0,0,"DANCING","bd_clap",4.0,1,0,0,1,0},
{"GutenTag",256,185.9129,-1787.3772,6.9154,90.0,0,0,0,1,"DANCING","bd_clap",4.0,1,0,0,1,0}};
GeTmyselfmade.pwn(4498) : warning 213: tag mismatch
GeTmyselfmade.pwn(4499) : warning 213: tag mismatchBitte um hilfe
-
ich habe mir jetzt mall die zeit genommen und habe dein tut mal geschaut und habe par sachen probiert und bekomme immer noch par fehler hoffe du kanst mir helfen
enum ActorInfoLabel{ Actor_Name[128], Actor_Skin, Float:a_x, Flote:a_y, Flote:a_z, Flote:a_r, Actor_VW, Actor_Best, Actor_Besttype, Actor_ID, Actor_Animlib, Actor_AnimName, Actor_FFelta, Actor_Loop, Actor_Lockx, Actor_Locky, Actor_Freeze, Actor_Time}//Actor_Name[128],Actor_Skin,Float:a_x,Flote:a_y,Flote:a_Z,Flote:a_r,Actor_VW,Actor_Best,Actor_Besttype,Actor_ID,Actor_Animlib,Actor_AnimName,Actor_FFelta,Actor_Loop,Actor_Lockx,Actor_Locky,Actor_Freeze,Actor_Time new ActorInfo[][ActorInfoLabel] = { {"GutenTag",256,185.9129,-1826.3772,6.9154,90.0,0,0,0,0,DANCING,bd_clap,4.0,1,0,0,1,0} };//Actor for(new i=0; i<sizeof(ActorInfo);i++) { CreateDynamic3DTextLabel(ActorInfo[i][Actor_Name],TEAM_Supporter,ActorInfo[i][a_x],ActorInfo[i][a_y],ActorInfo[i][a_z]+1.2,MAX_STREAM_NAME_DISTANCE,INVALID_PLAYER_ID,INVALID_VEHICLE_ID,ActorInfo[i][Actor_VW],-1,-1,-1); ActorInfo[i][Actor_ID] = CreateActor(ActorInfo[i][Actor_Skin],ActorInfo[i][a_x],ActorInfo[i][a_y],ActorInfo[i][a_z],ActorInfo[i][a_r]); SetActorVirtualWorld(ActorInfo[i][Actor_ID],ActorInfo[i][Actor_VW]); ApplyActorAnimation(ActorInfo[i][Actor_ID],ActorInfo[i][Actor_Animlib],ActorInfo[i][Actor_AnimName],ActorInfo[i][Actor_FFelta],ActorInfo[i][Actor_Loop],ActorInfo[i][Actor_Lockx],ActorInfo[i][Actor_Locky],ActorInfo[i][Actor_Freeze],ActorInfo[i][Actor_Time]); }
Hier die fehler
GeTmyselfmade.pwn(4502) : warning 213: tag mismatch
GeTmyselfmade.pwn(4502) : warning 213: tag mismatch
GeTmyselfmade.pwn(4502) : warning 213: tag mismatch
GeTmyselfmade.pwn(4502) : error 017: undefined symbol "DANCING"
GeTmyselfmade.pwn(86833) : warning 213: tag mismatch
GeTmyselfmade.pwn(86833) : warning 213: tag mismatch
GeTmyselfmade.pwn(86834) : warning 213: tag mismatch
GeTmyselfmade.pwn(86834) : warning 213: tag mismatch
GeTmyselfmade.pwn(86834) : warning 213: tag mismatch