Jump to content

KB.HERO

Membru
  • Posts

    532
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by KB.HERO

  1. La mine ca scripter ?
  2. Ai pe youtube exemple cum sa urci un gm pe host
  3. 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
  4. if(!PlayerInfo[playerid][pAdmin]) if(!PlayerInfo[playerid][pAdmin] >= 1)
  5. mysql_static.so Loading plugin: mysql.so [11:04:09] Failed (libmysqlclient.so.18: cannot open shared object file: No such file or directory)
  6. Mai putin Moldoveneasca, mai mult Romana
  7. dami add pe discord sa te ajut !
  8. KB.HERO

    Sters

    Pai ieste pe net pentru sa mai explici tu ?
  9. Add discord sa te ajut !
  10. Nush nush .. .
  11. Poza cu cod la linele unde ai erori
  12. Cauta in system.inc
  13. Ai in build codul pentru zeex ?
  14. https://github.com/pawn-lang/compiler/releases/download/v3.10.8/pawnc-3.10.8-windows.zip
  15. Tu nu cumperi ofer "gratis" moca sa intelegi ca pe parcursul proiectelor sa inveti Succes
  16. Nu ai zeex compiler
  17. 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.