Jump to content

KB.HERO

Membru
  • Posts

    537
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by KB.HERO

  1. new AntiFly[ MAX_PLAYERS ]; ONPLAYERCONNECT AntiFly[ playerid ] = 0; onplayerdisconect AntiFly[ playerid ] = 0; //timer timer antiFlyTimer[1000](playerid) return AntiFly[ playerid ] = 0; task cheats[1000]() { new Float: animposX, Float: animposY, Float: animposZ; GetPlayerVelocity(i, animposX, animposY, animposZ); if(animposX <= -0.800000 || animposY <= -0.800000 || animposZ <= -0.800000 && GetPlayerAnimationIndex(i) == 1008) { if(GetPlayerSurfingVehicleID(i) == INVALID_VEHICLE_ID && !IsABike(gLastCar[i]) && PlayerInfo[i][pAdmin] == 0) { va_SendClientMessageToAll(COLOR_RED2, "AntiCheat >> %s kicked from AdmBot. Reason: Cheat( Fly-Hack )", GetName( i ) ); KickEx(i); } } } Incerca
  2. if(!PlayerInfo[playerid][pAdmin]) if(!PlayerInfo[playerid][pAdmin] >= 1)
  3. mysql_static.so Loading plugin: mysql.so [11:04:09] Failed (libmysqlclient.so.18: cannot open shared object file: No such file or directory)
  4. Mai putin Moldoveneasca, mai mult Romana
  5. KB.HERO

    Sters

    Pai ieste pe net pentru sa mai explici tu ?
  6. Add discord sa te ajut !
  7. Poza cu cod la linele unde ai erori
  8. Ai in build codul pentru zeex ?
  9. https://github.com/pawn-lang/compiler/releases/download/v3.10.8/pawnc-3.10.8-windows.zip
  10. Tu nu cumperi ofer "gratis" moca sa intelegi ca pe parcursul proiectelor sa inveti Succes
  11. Se mai intampla Poftim CMD:kick(playerid, params[]) { if(P_Data[playerid][pAdmin] < 1) return SCM(playerid, color_gray, AdminOnly); new userID, reason[32], string[128]; if(sscanf(params, "us[32]", userID, reason)) return SCM(playerid, color_gray, "Folosire: /kick <player> <reason>"); format(string, sizeof(string), "{E93623}({FFFFFF}AdmBot{E93623}){E93623}: Jucatorul %s a primit kick de la adminul %s, reason: %s",GetName(userID), GetName(playerid), reason); SendClientMessageToAll(color_red, string); Kick(userID); return 1; }
×
×
  • 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.