Jump to content

[XSR]NexT

V.I.P
  • Posts

    849
  • Joined

  • Last visited

  • Days Won

    10

Everything posted by [XSR]NexT

  1. [XSR]NexT

    Warn

    Ai X Y Z definite de 2 ori.
  2. libmysql.dll trebuie sa fie in folderul cu serverul nu in pawno
  3. [XSR]NexT

    Questions

    Pentru coins cum ai variabila?
  4. [XSR]NexT

    attach

    Unde ai pus codurile astea?
  5. [XSR]NexT

    Questions

    La OnPlayerConnect adauga GivePlayerMoney(playerid, 50000); // unde este 50000 inlocuiesti tu cu cat sa ii dea GivePlayerScore(playerid, 25000);// la fel si aici Iar pentru textdraw iti sugerez sa folosesti http://forum.sa-mp.com/showthread.php?t=387597
  6. Iar pentru a -2-a new player_name[MAX_PLAYER_NAME], clanquery[100], Field[30]; Modifica Field[30] in Fiedl[124] Si nu sunt rau, doar ziceam si eu asa :grin:
  7. Nu poti citi ce scrie? cannot read from file ... downloandeaza a_mysql.inc si adaugal in pawno/includes apoi compileaza dinou scriptul.
  8. [XSR]NexT

    pWarn

    Incearca asa: CMD:setpwarn(playerid, params[]) { if(IsPlayerAdmin(playerid)) { new string[128], issuerid, userid; //---------------------------------------------------------------------- if(sscanf(params, "ud", giveplayerid1, amount2)) return SendClientMessage(playerid, orange, "Usage : /setpVWarns [playerid] [pVWarns]") && SendClientMessage(playerid, LIGHTBLUE2, "Function: Will set the Vip Warns of a specified player!"); //---------------------------------------------------------------------- else if(giveplayerid1 == INVALID_PLAYER_ID) return SendClientMessage(playerid, red, "ERROR: Player not connected!"); //---------------------------------------------------------------------- else { SendCommandToAdmins(playerid, "SetpVWarns"); format(string, 128, "|- RCON \"%s\" has gived you +1 Warn to VIP", PlayerName2(playerid)); SendClientMessage(giveplayerid1, blue, string); format(string, 128, "You have succesfully setted %s pVWarns to %d!", PlayerName2(giveplayerid1), amount2); SendClientMessage(playerid, 0x00BBF6AA, string); format(string, 128, "*** RCON %s has Setted %s the ammount of pVWarns to %d!", PlayerName2(playerid), PlayerName2(giveplayerid1), amount2); SaveIn("AdminLog", string); AccInfo[giveplayerid1][pVWarns] = amount2; } if(AccInfo[giveplayerid1][pVWarns] < 3) { new AVW2[20]; userid = BUD::GetNameUID(PlayerName2(giveplayerid1)); format(AVW2, 20, "%d/%d", ASts[giveplayerid1][AWarns], AccInfo[giveplayerid1][pVWarns]); BUD::SetStringEntry(userid, "AdmVipWarns", AVW2, 20); } else if(AccInfo[giveplayerid1][pVWarns] >= 3) { AccInfo[giveplayerid1][pVip] = 0; userid = BUD::GetNameUID(PlayerName2(giveplayerid1)); BUD::SetIntEntry(userid, "Vip", 0); BUD::SetIntEntry(userid, "VipWarns", 0); } return 1; } else return SendClientMessage(playerid, red, "ERROR: Only RCON Admins can use that command!"); }
  9. Uitate mai bine.
  10. Frumos, felicitari.
  11. http://forum.sa-mp.com/showthread.php?t=467662
  12. Acum inlocuieste 2132.2361, 1448.1560, 10.4110, 180 cu noile coordonate.
  13. Cauta in GM apasand ctrl + f si cauti asa /lv sau daca nu :lv
  14. La /*if(PlayerInfo[playerid][pPbiskey] == 1) { GameTextForPlayer(playerid, "~w~No charge for the boss", 5000, 3); TogglePlayerControllable(playerid, 1); return 1; }*/ Sterge /* si */
  15. Nu ai respectat regulamentul, in regulament scrie clar ca titlul trebuie sa respecte continutul problemei. Pentru a schimba spawnul intrii in joc te duci unde vrei sa fie noul spawn dai /save apoi intrii in Grand Theft Auto Files la SA-MP si in savedpositions.txt gasesti coordonatele si modifici din comanda /lv
  16. Incearca sa iti updatezi includeurile.
  17. Armele au si un id de obiect. http://wiki.sa-mp.com/wiki/Weapons
  18. Am completat. poate ca acum pe pc asta nu imi va merge dar pana vor da release o sa imi mearga. Oricum cei de la RockStar stiu ca daca il vor lansa pe PC mai mult de 45% nu il vor cumpara pentru ca 20% din ceilalti 56% il vor uploada si ceilalti il vor pirata...
  19. Hai gata cu offtopic-ul.
  20. Noi ce putem intelege ? Arata textu dai copy aici la ce iti arata cand compilezi
  21. Plugin-urile le-ai pus cu .so ?
  22. arata OnPlayerTakeDamage
  23. Eminem daca tu in fs gm ai definit #define MAX_PLAYERS nu este prea mare nevoie...
  24. Nu mai bine scoti faza cu MAX_PLAYERS 60 SI 50 ?
  25. Pluginurile le-ai pus in FTP ??
×
×
  • 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.