Jump to content

|EZEr0|R3k

Membru
  • Posts

    34
  • Joined

  • Last visited

Everything posted by |EZEr0|R3k

  1. [pawn]D:\pawno\include\mSelection.inc(192) : error 017: undefined symbol "TEXT_DRAW_FONT_MODEL_PREVIEW" D:\pawno\include\mSelection.inc(196) : error 017: undefined symbol "PlayerTextDrawSetPreviewModel" D:\pawno\include\mSelection.inc(197) : error 017: undefined symbol "PlayerTextDrawSetPreviewRot" D:\pawno\include\mSelection.inc(189) : warning 203: symbol is never used: "mZoom" D:\pawno\include\mSelection.inc(189) : warning 203: symbol is never used: "Zrot" D:\pawno\include\mSelection.inc(189) : warning 203: symbol is never used: "Yrot" D:\pawno\include\mSelection.inc(189) : warning 203: symbol is never used: "Xrot" D:\pawno\include\mSelection.inc(189) : warning 203: symbol is never used: "modelindex" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 3 Errors.[/pawn] am aceste erori..ma poate ajuta cineva? sunt cam nou in domeniul asta [pawn][/pawn]
  2. D:\Razvan\Stunt\Arhive\RES\RES\pawno\include\mSelection.inc(192) : error 017: undefined symbol "TEXT_DRAW_FONT_MODEL_PREVIEW" D:\Razvan\Stunt\Arhive\RES\RES\pawno\include\mSelection.inc(196) : error 017: undefined symbol "PlayerTextDrawSetPreviewModel" D:\Razvan\Stunt\Arhive\RES\RES\pawno\include\mSelection.inc(197) : error 017: undefined symbol "PlayerTextDrawSetPreviewRot" D:\Razvan\Stunt\Arhive\RES\RES\pawno\include\mSelection.inc(189) : warning 203: symbol is never used: "mZoom" D:\Razvan\Stunt\Arhive\RES\RES\pawno\include\mSelection.inc(189) : warning 203: symbol is never used: "Zrot" D:\Razvan\Stunt\Arhive\RES\RES\pawno\include\mSelection.inc(189) : warning 203: symbol is never used: "Yrot" D:\Razvan\Stunt\Arhive\RES\RES\pawno\include\mSelection.inc(189) : warning 203: symbol is never used: "Xrot" D:\Razvan\Stunt\Arhive\RES\RES\pawno\include\mSelection.inc(189) : warning 203: symbol is never used: "modelindex" Acum am probleme la mSelection :angry:
  3. Salut am descarcat createclan de Gireada si am problema aceasta : D:\pawno\include\mSelection.inc(192) : error 017: undefined symbol"TEXT_DRAW_FONT_MODEL_PREVIEW" D:\pawno\include\mSelection.inc(196) : error 017: undefined symbol "PlayerTextDrawSetPreviewModel" D:\Razvan\Stunt\Arhive\RES\RES\pawno\include\mSelection.inc(197) : error 017: undefined symbol "PlayerTextDrawSetPreviewRot" D:\pawno\include\mSelection.inc(189) : warning 203: symbol is never used: "mZoom" D:\pawno\include\mSelection.inc(189) : warning 203: symbol is never used: "Zrot" D:\pawno\include\mSelection.inc(189) : warning 203: symbol is never used: "Yrot" D:\pawno\include\mSelection.inc(189) : warning 203: symbol is never used: "Xrot" D:\pawno\include\mSelection.inc(189) : warning 203: symbol is never used: "modelindex" D:\CreateClanFS\filterscripts\CreateClan2.pwn(243) : error 017: undefined symbol "unformat" D:\CreateClanFS\filterscripts\CreateClan2.pwn(303) : error 017: undefined symbol "unformat" D:\CreateClanFS\filterscripts\CreateClan2.pwn(479) : error 017: undefined symbol "unformat" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 6 Errors. Ma puteti ajuta am descarcat mai multe includeuri mselection si nimic va rog, am nevoie de ajutor
  4. Deci dupa cum spune si subiectul am o problema cu comanda /stats uitati comanda : CMD:stats(playerid, params[]) { new afile[10000], targetid, str[1950], str2[1950], str3[1950], P1Register[4], P1Logged[15], sLine[400]; new PName[MAX_PLAYER_NAME]; if (isnull(params)) targetid = playerid; else targetid = strval(params); if(IsPlayerConnected(targetid)) { GetPlayerName(targetid, PName, MAX_PLAYER_NAME); format(afile,sizeof(afile),"/ladmin/users/%s.sav",udb_encode(PlayerName2(playerid))); if (!udb_Exists(PlayerName2(playerid))) return SendClientMessage(playerid,red,"Nu aveti cont pe server !!!Va rugam inregistrativa !!! <'/register [password]'>."); if(fexist(afile)) P1Register = "Yes"; else P1Register = "No"; if(PlayerInfo[ playerid ][LoggedIn] == 1) P1Logged = "Yes"; else P1Logged = "{FC0303}No"; format(sLine, sizeof(sLine), "{fff000}+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+"); format(str3, sizeof(str3), "{0049FF}*{0049FF}Coins: {FFFF00}%d \n\n", PlayerInfo[ targetid ][ Coins ]); format(str2, sizeof(str2), "{0049FF}*{0049FF}Player Money: {FFFF00}$%d \n{0049FF}*{0049FF}Player Visits: {FFFF00}%i \n{0049FF}*{0049FF}Skin: {FFFF00}%d\n{0049FF}*{0049FF}Registered: {FFFF00}%s \n{0049FF}*{0049FF}Logged: {FFFF00}%s \n{0049FF}*{0049FF}Score: {FFFF00}%d \n{0049FF}*{0049FF}Admin Level: {FFFF00}%d \n%s%s", GetPlayerMoney( targetid ), PInfo[ targetid ][ Visits ], GetPlayerSkin( targetid ), P1Register, P1Logged, GetPlayerScore( targetid ), PlayerInfo[ targetid ][ Level ], str3, sLine); format(str, sizeof(str), "%s \n{FC0303}%s{0049FF}'s Stats \n \n {0049FF}*{0049FF}Time Played: \n {FFFF00}%i {0049FF}*{0049FF}hours\n{FFFF00} %02i {0049FF}*{0049FF}minutes \n{0049FF}*{0049FF} Player Kills: {FFFF00}%i \n{0049FF}*{0049FF}Player Deaths: {FFFF00}%i \n{0049FF}*{0049FF}V.I.P Level: {FFFF00}%d\n%s", sLine, PName, PInfo[ targetid ][ HoursPlayed ], PInfo[ targetid ][ MinutesPlayed ], PlayerInfo[ targetid ][ Kills ], PlayerInfo[ targetid ][ Deaths ], pVipInfo[ targetid ][ Vip ], str2); return ShowPlayerDialog(playerid, 758, 0, ""B"Energy"YE"-"R"Stunt {0049FF}Player Stats", str, "Ok", "Cancel"); } else return SendClientMessage(playerid, red, "Player Not Connected!"); } Nu stiu ce n-am facut corect nu imi apar orele jucate nu apar minutele si inca cateva ce trebuie facut ? Ma ajuta cineva ?Va rog frumos!
  5. Deoarece cum am spus nu prea le am cu scriptingul si am primit de la un prieten serverul lui dcmd si as vrea sa trec acele comenzi din zcmd in dcmd sa le pun pe acel server. Si parca aici se cerea ajutor nu conteaza daca problema este grava sau nu...am vazut pe topicurile din anii trecuti persoane care nu stiau comenzi de admin si nu stiau sa bage un rcon si i-ati ajutat...Si va rog sa ma ajutati si pe mine.
  6. Salut ma puteti ajuta ? Sunt nou in lumea scriptingului si as vrea daca poate cineva sa ma ajute sa transform 2 comenzi din zcmd in dcmd sau sa imi explice ce trebuie facut,va rog frumos : CMD:vips(PARAMS) { LoginCheck(playerid); new C, S[1024], cString[150]; foreach(Player, i){ if(P_DATA[Vip] > 0){ C++; } } format(cString, sizeof (cString), "%s", © ? (OnlineCheck("Vips", C)) : ("{FF0000}No VIP members online!")) ; if(C == 1){ foreach(Player, i){ if(P_DATA[Vip] > 0){ format(S, sizeof (S), "%s"BLUE"%s"W"["BLUE"L:%d|ID:%d"W"]",cString, Name(i), P_DATA[Vip],i); } } } if(C > 1){ foreach(Player, i){ if(P_DATA[Vip] > 0){ format(S, sizeof (S), "%s"BLUE"%s"W"["BLUE"L:%d|ID:%d"W"], ",S, Name(i), P_DATA[Vip],i); if(!(i % MAX_SHOW_PER_ROW)){ if(i != 0){ strdel(S, strlen(S) - 2, strlen(S)); strins(S, "\n", strlen(S)); //S[0] = EOS; } } } } } if(!C) memcpy(S, cString, 0, 1024 ); if(strlen(S) < 1024) SPD(playerid, Dialog:Empty, BOX, "{FFFFFF}Online VIP members!", S, "Close", ""); if(strlen(S) > 1024) SPD(playerid, Dialog:Empty, BOX, "{FFFFFF}Online VIP members!", "{FF0000}An error has occured while trying to show the online VIP Members!\n{FFFFFF}Please contact the owner and inform him about this problem!", "Close", ""); return 1; } Si aceasta: CMD:admins(PARAMS) { LoginCheck(playerid); new C, S[1024], cString[150]; foreach(Player, i){ if(P_DATA[Level] > 0){ C++; } } format(cString, sizeof (cString), "%s", © ? (OnlineCheck("Admins", C)) : ("{FF0000}No Admins Online!")) ; if(C == 1){ foreach(Player, i){ if(P_DATA[Level] > 0){ format(S, sizeof (S), "%s"GREE"%s"W"["GREE"L:%d|ID:%d"W"]",cString, Name(i), P_DATA[Level],i); } } } if(C > 1){ foreach(Player, i){ if(P_DATA[Level] > 0){ format(S, sizeof (S), "%s"GREE"%s"W"["GREE"L:%d|ID:%d"W"], ",S, Name(i), P_DATA[Level],i); if(!(i % MAX_SHOW_PER_ROW)){ if(i != 0){ strdel(S, strlen(S) - 2, strlen(S)); strins(S, "\n", strlen(S)); //S[0] = EOS; } } } } } if(!C) format(S, sizeof (S), "%s", cString); if(strlen(S) < 1024) SPD(playerid, Dialog:Empty, BOX, "{FFFFFF}Online Administrators!", S, "Close", ""); if(strlen(S) > 1024) SPD(playerid, Dialog:Empty, BOX, "{FFFFFF}Online Administrators!", "{FF0000}An error has occured while trying to show the online administrators!\n{FFFFFF}Please contact the owner and inform him about this problem!", "Close", ""); return 1; } Va multumesc anticipat !Am nevoie mare de un ajutor !
  7. |EZEr0|R3k

    Ajutor

    Salut am si eu nevoie de ajutor,sunt nou in scripting si as vrea daca poate cineva sa imi transforme : CMD:vips(PARAMS) { LoginCheck(playerid); new C, S[1024], cString[150]; foreach(Player, i){ if(P_DATA[Vip] > 0){ C++; } } format(cString, sizeof (cString), "%s", © ? (OnlineCheck("Vips", C)) : ("{FF0000}No VIP members online!")) ; if(C == 1){ foreach(Player, i){ if(P_DATA[Vip] > 0){ format(S, sizeof (S), "%s"BLUE"%s"W"["BLUE"L:%d|ID:%d"W"]",cString, Name(i), P_DATA[Vip],i); } } } if(C > 1){ foreach(Player, i){ if(P_DATA[Vip] > 0){ format(S, sizeof (S), "%s"BLUE"%s"W"["BLUE"L:%d|ID:%d"W"], ",S, Name(i), P_DATA[Vip],i); if(!(i % MAX_SHOW_PER_ROW)){ if(i != 0){ strdel(S, strlen(S) - 2, strlen(S)); strins(S, "\n", strlen(S)); //S[0] = EOS; } } } } } if(!C) memcpy(S, cString, 0, 1024 ); if(strlen(S) < 1024) SPD(playerid, Dialog:Empty, BOX, "{FFFFFF}Online VIP members!", S, "Close", ""); if(strlen(S) > 1024) SPD(playerid, Dialog:Empty, BOX, "{FFFFFF}Online VIP members!", "{FF0000}An error has occured while trying to show the online VIP Members!\n{FFFFFF}Please contact the owner and inform him about this problem!", "Close", ""); return 1; } Si CMD:admins(PARAMS) { LoginCheck(playerid); new C, S[1024], cString[150]; foreach(Player, i){ if(P_DATA[Level] > 0){ C++; } } format(cString, sizeof (cString), "%s", © ? (OnlineCheck("Admins", C)) : ("{FF0000}No Admins Online!")) ; if(C == 1){ foreach(Player, i){ if(P_DATA[Level] > 0){ format(S, sizeof (S), "%s"GREE"%s"W"["GREE"L:%d|ID:%d"W"]",cString, Name(i), P_DATA[Level],i); } } } if(C > 1){ foreach(Player, i){ if(P_DATA[Level] > 0){ format(S, sizeof (S), "%s"GREE"%s"W"["GREE"L:%d|ID:%d"W"], ",S, Name(i), P_DATA[Level],i); if(!(i % MAX_SHOW_PER_ROW)){ if(i != 0){ strdel(S, strlen(S) - 2, strlen(S)); strins(S, "\n", strlen(S)); //S[0] = EOS; } } } } } if(!C) format(S, sizeof (S), "%s", cString); if(strlen(S) < 1024) SPD(playerid, Dialog:Empty, BOX, "{FFFFFF}Online Administrators!", S, "Close", ""); if(strlen(S) > 1024) SPD(playerid, Dialog:Empty, BOX, "{FFFFFF}Online Administrators!", "{FF0000}An error has occured while trying to show the online administrators!\n{FFFFFF}Please contact the owner and inform him about this problem!", "Close", ""); return 1; } In dcmd Va multumesc !
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.