Jump to content

VenoMarius

Membru
  • Posts

    65
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by VenoMarius

  1. Mai este una ca am uitat sa o scot ... era ceva cu skema cauta asa.
  2. am zis ca am scos in jur de 13 comenzi ascunse, dar asta nu inseamna ca nu mai sunt.
  3. nu am panel compartipil e gamemode simplu fara panel dar dar poti gasi un panel bun si sa il pui.
  4. Acest Gamemode este HPQ Ultra Edit. M-am hotarat sa il pun pe net deoarece este o versiune mai veche B-HARD GM dar sper sa va placa. Daca va Place acest GameMode +1 <3. ----------------------------------------------------------------------------------------------------------------------- 1. Am scos in jur de 13 comenzi ascunse din gamemode. 2. Am optimizat niste chesti prin el. 3. Am schimbat spawnul si am facut mapping la spawn. 4. Am rezolvat chestia aceea cu [pScripter] si comenzile nu au nici un fel de problema. 5. Am schimbat: DEALERSHIP, DMV, Crates&Giftbox. etc. ________________________________________________________________________________________________________________________ Sunt Rezolvate unele dintre bugs. ------------------------------------------------------------------------------------------------------------------------ Dovezi/Poza: LINK DOWNLOAD: https://www.mediafire.com/file/elb5j08vfixw2rx/RPG.B-HARD.RO%283%29.rar/file VIRUSTOTAL: https://www.virustotal.com/gui/url/f6eeb26581a246173fa4a35d8bdcbdf7f0d6aff6c78127b34993d6791229c81a/detection Daca iti place nu uita de +1 Bafta !!
  5. public OnPlayerCommandReceived(playerid, cmdtext[]) { if(strlen(PlayerInfo[playerid][pPin]) != 0 && PlayerInfo[playerid][pPinLogged] == 0) { SCM(playerid, COLOR_LIGHTRED, "(PIN): {FFFFFF}Nu poti folosi comenzi atata timp cat nu ai introdus codu PIN!"); return false; } if(IsPlayerLogged[playerid] == 0) return false; foreach(MySpec[playerid], i) SCM(i, 0xFFADADFF, "%s used command '%s'.", GetName(playerid), cmdtext); return true; } vreau sa imi apara cand un player tasteaza /ocomanda sa imi apara in chat ce comanda a folosit ... Si imi da erroarea asta : C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\pawno\include\playerzone.inc(422) : warning 219: local variable "i" shadows a variable at a preceding level C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\pawno\include\playerzone.inc(445) : warning 219: local variable "i" shadows a variable at a preceding level C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\pawno\include\YSI\y_iterate.inc(696) : warning 219: local variable "i" shadows a variable at a preceding level C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\pawno\include\YSI\y_iterate.inc(820) : warning 219: local variable "i" shadows a variable at a preceding level C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\pawno\include\YSI\y_iterate.inc(1055) : warning 219: local variable "i" shadows a variable at a preceding level C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\pawno\include\YSI\y_iterate.inc(1195) : warning 219: local variable "i" shadows a variable at a preceding level C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\pawno\include\YSI\y_iterate.inc(1220) : warning 219: local variable "i" shadows a variable at a preceding level C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\pawno\include\sscanf2.inc(155) : warning 219: local variable "i" shadows a variable at a preceding level C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\pawno\include\sscanf2.inc(199) : warning 219: local variable "i" shadows a variable at a preceding level C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\pawno\include\AutoAFK.inc(136) : warning 219: local variable "i" shadows a variable at a preceding level C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\pawno\include\mSelection.inc(213) : warning 219: local variable "x" shadows a variable at a preceding level C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\pawno\include\mSelection.inc(228) : warning 219: local variable "x" shadows a variable at a preceding level C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\pawno\include\mSelection.inc(432) : warning 219: local variable "x" shadows a variable at a preceding level C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\pawno\include\mSelection.inc(562) : warning 219: local variable "x" shadows a variable at a preceding level C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\pawno\include\mSelection.inc(662) : warning 219: local variable "i" shadows a variable at a preceding level C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\pawno\include\md5.inc(272) : warning 219: local variable "i" shadows a variable at a preceding level C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\pawno\include\YSI\y_amx.inc(908) : warning 219: local variable "idx" shadows a variable at a preceding level C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\pawno\include\YSI\y_hooks/impl.inc(232) : warning 219: local variable "idx" shadows a variable at a preceding level C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\pawno\include\YSI\y_hooks/impl.inc(323) : warning 219: local variable "i" shadows a variable at a preceding level C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\pawno\include\YSI\y_master/once.inc(343) : warning 219: local variable "i" shadows a variable at a preceding level C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\pawno\include\YSI\y_master/once.inc(399) : warning 219: local variable "i" shadows a variable at a preceding level C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\pawno\include\YSI\y_master/once.inc(446) : warning 219: local variable "i" shadows a variable at a preceding level C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\pawno\include\YSI\y_bintree.inc(478) : warning 219: local variable "value" shadows a variable at a preceding level C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\pawno\include\YSI\y_commands.inc(874) : warning 219: local variable "i" shadows a variable at a preceding level C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\pawno\include\YSI\y_commands.inc(967) : warning 219: local variable "i" shadows a variable at a preceding level C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\pawno\include\YSI\y_commands.inc(978) : warning 219: local variable "idx" shadows a variable at a preceding level C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\pawno\include\YSI\y_commands.inc(1049) : warning 219: local variable "i" shadows a variable at a preceding level C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\pawno\include\YSI\y_commands.inc(1116) : error 025: function heading differs from prototype C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\pawno\include\YSI\y_commands.inc(1116) : error 025: function heading differs from prototype C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\pawno\include\YSI\y_commands.inc(1118) : error 025: function heading differs from prototype C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\pawno\include\YSI\y_commands.inc(1118) : error 025: function heading differs from prototype C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\pawno\include\YSI\y_commands.inc(1118) : error 025: function heading differs from prototype C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\pawno\include\YSI\y_commands.inc(1118) : fatal error 107: too many error messages on one line Compilation aborted. Pawn compiler 3.10.8 Copyright (c) 1997-2006, ITB CompuPhase 6 Errors. [Finished in 2.6s with exit code 1]
  6. ../modules/anti-cheats.pwn(1199) : error 017: undefined symbol "SetPlayerTimerEx_" ../modules/anti-cheats.pwn(1913) : error 017: undefined symbol "SetPlayerTimerEx_" ../modules/anti-cheats.pwn(3462) : error 017: undefined symbol "SetPlayerTimerEx_" ../modules/anticheats.pwn(18) : error 017: undefined symbol "FKicked" ../modules/anticheats.pwn(18) : warning 215: expression has no effect ../modules/anticheats.pwn(18) : error 001: expected token: ";", but found "]" ../modules/anticheats.pwn(18) : error 029: invalid expression, assumed zero ../modules/anticheats.pwn(18) : fatal error 107: too many error messages on one line Compilation aborted. Pawn compiler 3.10.8 Copyright (c) 1997-2006, ITB CompuPhase includes: #include "../modules/anti-cheats.pwn" #include "../modules/anticheats.pwn"
  7. ../modules/anti-troll.pwn(61) : error 017: undefined symbol "OnPlayerCarTroll" ../modules/anti-troll.pwn(62) : error 017: undefined symbol "OnPlayerCarTroll" Pawn compiler 3.10.8 Copyright (c) 1997-2006, ITB CompuPhase
  8. Am o problema in anti troll .pwn scrie asa: /* OnPlayerCarTroll(playerid, vehicleid, trolledid, trolltype); Type 1: Teleporting between vehicles (can give cheaters chance to control other's players) (also lag cheat detected here). Type 2: Control other player's cars or spin/rotate (Done by checking the player's actual vehicle). Type 3: Fast kick/rotate or teleporting inside drivers. (detectd by position change) Type 4: Teleporting inside a vehicle illegally as a driver (without PutPlayerInVehicle or OnPlayerEnterVehicle). Type 5: Teleporting inside a vehicle illegally as a passenger (without PutPlayerInVehicle or OnPlayerEnterVehicle). Type 6: Remote kick a player by tping a vehicle inside of him. (Too fast the server reads it as an unoccupied vehicle). */ si nu stiu ce sa fac eu il am asa : public OnPlayerCarTroll(playerid, vehicleid, trolledid, trolltype) { new KickString[80], cheatername[MAX_PLAYER_NAME]; // Kicking message and cheater's name GetPlayerName(playerid, cheatername, sizeof(cheatername));//Saving cheater's name in a string if(trolledid != INVALID_PLAYER_ID)// If the trolled person is valid { SendClientMessage(trolledid, -1, "You were trolled but the cheater was taken care of");//Inform him format(KickString, sizeof(KickString), "Server has kicked %s , reason: Trolling #%d vehicle %d player %d", cheatername, trolltype, vehicleid, trolledid);//Kick with a reasonable message } else format(KickString, sizeof(KickString), "Server has kicked %s , reason: Trolling #%d vehicle %d", cheatername, trolltype, vehicleid);//If no one was trolled kick the troller normally SendClientMessageToAll(-1, KickString);//Sending the finalized string Kick(playerid);//Kicking the cheater return 1; } si imi da error. Va rog Ma poate ajuta cnv ? :((
  9. Daca e si vrei sa ma ajuti cautama pe discord: VenoMarius#4311 e mai easy si poate o sa iti dau +1
  10. Pawn compiler 3.10.8 Copyright (c) 1997-2006, ITB CompuPhase 4 Errors. C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\gamemodes\B-HARD.pwn(3188) : warning 235: public function lacks forward declaration (symbol "ABroadCast") C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\gamemodes\B-HARD.pwn(3194) : error 017: undefined symbol "gPlayerLogged" C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\gamemodes\B-HARD.pwn(3194) : warning 215: expression has no effect C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\gamemodes\B-HARD.pwn(3194) : error 001: expected token: ";", but found "]" C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\gamemodes\B-HARD.pwn(3194) : error 029: invalid expression, assumed zero C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\gamemodes\B-HARD.pwn(3194) : fatal error 107: too many error messages on one line si imi da alta erroare
  11. pai si asta format(string,sizeof(string),"[Anti-Airbreak]: {FFFF00}%s[ID:%d] posibil AirBreak / Teleport!",GetName(playerid),playerid); ca trea sa dea atentia asta ca playerid kicked by anti airbreak
  12. public OnPlayerAirBreak(playerid) { new string[MAX_CHATBUBBLE_LENGTH]; format(string,sizeof(string),"[Anti-Airbreak]: {FFFF00}%s[ID:%d] posibil AirBreak / Teleport!",GetName(playerid),playerid); ABroadCast(COLOR_RED,string,1); KickEx(playerid); return true; }
  13. ce cod ? asta ? C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\gamemodes\B-HARD.pwn(3192) : error 017: undefined symbol "ABroadCast" Pawn compiler 3.10.8 Copyright (c) 1997-2006, ITB CompuPhase 1 Error. [Finished in 3.5s]
  14. C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\gamemodes\B-HARD.pwn(3192) : error 017: undefined symbol "ABroadCast" C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\gamemodes\B-HARD.pwn(3192) : error 017: undefined symbol "ABroadCast" C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\gamemodes\B-HARD.pwn(3192) : error 017: undefined symbol "ABroadCast" C:\Users\VenoMarius\Desktop\Gamemode - bhard v3\gamemodes\B-HARD.pwn(3192) : error 017: undefined symbol "ABroadCast"
  15. Ma ajuta cineva sa compilez un gamemode cu sublime text pentru ca imi da o erroare va rog
  16. C:\Users\VenoMarius\Desktop\Union-Zone\gamemodes\gamemode.pwn(11) : fatal error 100: cannot read from file: "md5" Compilation aborted. Pawn compiler 3.10.8 Copyright (c) 1997-2006, ITB CompuPhase 1 Error.
  17. Ma ajuta cineva sa il compilez ? mp in pv Discord: VenoMarius#4311
×
×
  • 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.