Jump to content

keri22

Membru
  • Posts

    150
  • Joined

  • Last visited

    Never

Everything posted by keri22

  1. pai decat asta imi da!? si acuma imi da asta : [pawn]C:\Users\oXiGen\Desktop\New folder\gamemodes\SAMP.pwn(565) : error 017: undefined symbol "mysql_retrieve_row" C:\Users\oXiGen\Desktop\New folder\gamemodes\SAMP.pwn(656) : error 017: undefined symbol "mysql_retrieve_row" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 2 Errors.[/pawn] A trebuit sa modific eu in gamemod ceva si acuma sa dus tot sv la vale:|
  2. ok asta mi-a mers dar uita-te la asta:| [pawn]C:\Users\oXiGen\Desktop\New folder\gamemodes\romaniarpg.pwn(69) : fatal error 100: cannot read from file: "foreach" Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error. [/pawn]
  3. Salut! Am si eu o problema cu " sscanf2 " ,imi da aceasta eroare [pawn]C:\Users\oXiGen\Desktop\New folder\gamemodes\romaniarpg.pwn(67) : fatal error 100: cannot read from file: "sscanf2" Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error. [/pawn] Ma pute-ti ajuta va rog?
  4. aa ok multumesc frumos ,raman dator cu o bere / un suc :D
  5. adica mai explicit prietene
  6. Salut!? Am mai vazut pe forum dar am uitat cum se umea topicul cu aceeasi problema ca a mea ,am bagat si noul pawno si la fel imi arata. Ex: Images:
  7. keri22

    problema sv

    Prietene ai grija cum vorbesti Aici nu suntem pe messenger sau skype sau alte chat-uri sa ne facem " nab ,but-ii sau alte chesti ok" Si vezi ca unele servere nu accepta unele fs-uri :)
  8. if(strcmp(cmdtext, "/usedrugs", true) == 0) { if(IsPlayerConnected(playerid)) { if(PlayerBoxing[playerid] > 0) { SendClientMessage(playerid, COLOR_GREY, " Cant use Drugs while you are fighting !"); return 1; } if(PlayerInfo[playerid][pDrugs] > 1) { PlayerStoned[playerid] += 1; if(PlayerStoned[playerid] >= 2) { GameTextForPlayer(playerid, "~w~You are~n~~p~Stoned", 4000, 1); } new Float:health; GetPlayerHealth(playerid, health); if(PlayerInfo[playerid][pDrugPerk] > 0) { new hp = 2 * PlayerInfo[playerid][pDrugPerk]; hp += 20; SetPlayerHealth(playerid, health + hp); } else { SetPlayerHealth(playerid, health + 20.0); } SendClientMessage(playerid, COLOR_GREY, " 2 Drug Grams used !"); PlayerInfo[playerid][pDrugs] -= 2; if(STDPlayer[playerid]==1) { STDPlayer[playerid] = 0; SendClientMessage(playerid, COLOR_LIGHTBLUE, "* You are no longer infected with a STD anymore because of the Drugs !"); } else if(STDPlayer[playerid]==2) { STDPlayer[playerid] = 1; SendClientMessage(playerid, COLOR_LIGHTBLUE, "* You lowered the STD to Chlamydia because of the Drugs !"); } else if(STDPlayer[playerid]==3) { STDPlayer[playerid] = 2; SendClientMessage(playerid, COLOR_LIGHTBLUE, "* You lowered the STD to Gonorrhea because of the Drugs !"); } } else { SendClientMessage(playerid, COLOR_GREY, " You dont have any Drug Grams left !"); } }//not connected return 1; } Incearc-o pe asta ,trebuie sa-ti mearga 100%
  9. keri22

    problema sv

    Depinde ce Filescript este ,fiindca unele creaza bug-uri de genul asta:) si poti scape de bug doar daca scoti filescriptul:).
  10. Nu sunt fan STUNT dar aceasta mapa mi-a placut!?
  11. :-? deci la ce ee bun acest fs/mapa? dar la cum arata 9/10
  12. keri22

    cum pot face

    pff ( deci am pierdut cel mai bun gm!!!
  13. Auziti cum pot face un .amx in .pwn se poate face sau inseamna ca am pierdute gm detot )?Ca am amx pe linux si pwn l-am sters din greseala:D si nu-l mai am!
  14. keri22

    cum creez

    cum creez o poarta ,si cum creez comanda pentru a deschideo si a inchideo
  15. keri22

    Anti chat

    uite la astea ma refer new AntiSpam = 0; new AntiAfk = 0; new AntiBunnyJump = 0; new AntiWeaponHack = 1; new AntiDriveBy = 1; new AntiInteriorHack = 0; new AntiMoneyHack = 1; new AntiJetpackHack = 0; new AntiFakeKill = 1; new AntiHighPing = 1; new MaxPing = 999; new AntiName = 1; Vreau sa le scot pe toate:D
  16. keri22

    Anti chat

    M-am uitat si nu am nimic care apartine de anti chat:(!?
  17. Prietene scrie clar in descriere : Alta data citeste si tu calumea si unde scrie Download deacolo downloadezi !
  18. keri22

    Anti chat

    Cum pot scoate anti chatu depe un server e bagat in Gm si are mai multe componente : antiweapons antispam etc
  19. keri22

    [FS] Vama

    Imi pare rau 3/5Sunt sute de astfel de mape,filescripturi,speram sa vii si tu cu ceva nou!PACE!!
  20. Foarte tare faza ) Ar fii bine daca ai face si /givepills iti astept replay cu tot cu edit-ul fs :evil: Il folosesc si e super bun!!! :evil: [move]FOLOSITIL CU INCREDERE MERITA E FOARTE BUN!!! :tongue:[/move]
  21. A iesit bine sistem-ul AFK :evil:.Am sa-l folosesc [move]PACE!!!![/move]
  22. if (strcmp(cmdtext, "/credits", true)==0) { new name[MAX_PLAYER_NAME], strg[900]; GetPlayerName(playerid, name, sizeof(name)); format(strg,sizeof(strg),"{03E1FE}GameMode ({FC0303}GM{FFFFFF})\n - {00FF19}Creat de %s%s%s%s\n\n{03E1FE}FileScripts and Includes:\n\n - {FC0303}[xXx]Bogdan - {00FF19}Speedometter\n\n - {FC0303}oXiGen - {00FF19}Admin System\n\n - {FC0303}Zh3r0 - {00FF19}VUP System\n\n - {FC0303}oXidat - {00FF19}Drift Points Counter\n\n{03E1FE}Altii:\n\n - {03E1FE}Echipa de pe {00FF19}redzmax.com\n\n - {03E1FE}Useri de pe {00FF19}redzmax.com\n\n{FFFFFF}Si {FC0303}%s {FFFFFF}pentru ca joaca pe server!", GTimer,tmpc,Pme,jb,name); ShowPlayerDialog(playerid, 1111, DIALOG_STYLE_MSGBOX, "{00FF04}Server Credits", strg, "OK", "Cancel"); return 1; } Uite toata comanda
  23. Linia: GetPlayerName(playerid, name, sizeof(name));
  24. Prietene ai gresit sectiune.Ce ai facut tu baga la TUTORIALE : http://www.sa-mp.ro/forum/index.php/board,24.0.html Si vezi ca sunt sute de tutoriale gen al tau http://www.sa-mp.ro/forum/index.php/topic,9632.msg57507.html#msg57507. PACE!
×
×
  • 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.