Jump to content

Bgurf

Uživatel
  • Příspěvků

    59
  • Registrován

  • Aktivní

  • Vítězných dnů

    1

Bgurf last won the day on 9. Listopad 2012

Bgurf had the most liked content!

Reputace

2 Jonny Sindacco
  1. Bgurf

    pomoc Dialog

    To je jen Warning
  2. To je jen testovací server instaloval jsem ho když v instalátoru byla rze
  3. [quote name=ßlyster ' timestamp='1374820695' post='272027] To by ma zaujimalo aky VPS plati SMSku Žádný Fakt vám tak vadí že je free? fakt chcete abych to předělal na placený?
  4. Dnes jsem s kámošem vytvořil samp hosting zdarma Je tu 20 volných serverů Free 20 slotů 10% CPU 5 NPC V instalátoru není RZE VPS jede na 1GB RAM jakmile si dobiju kredit na mobil tak zvýším na 2GB Odkaz na hosting : http://89.185.248.164/apanel/
  5. No jesli máš craftbukkit tak si stačí stáhnout plugin AutoSaveWorld každých 5min to ukládá mapu teda aspoň myslím že 5min nebo do console "save-all"
  6. Bgurf

    pomoc Fake Quit

    Toto je jediný FS který tam mám zkouším to na hamachi serveru kde mám poloprázdný GM a jedno FS
  7. Bgurf

    pomoc Fake Quit

    díky moc za rady Hele lidi už jsem udělal ten script ale když ho dám na server tak ten server spadne tu mám code #include <a_samp> #if defined FILTERSCRIPT #define BARVA_SEDA 0xAFAFAFAA #define SCM SendClientMessage #define dcmd(%1,%2,%3) if (!strcmp((%3)[1], #%1, true, (%2)) && ((((%3)[(%2) + 1] == '\0') && (dcmd_%1(playerid, ""))) || (((%3)[(%2) + 1] == ' ') && (dcmd_%1(playerid, (%3)[(%2) + 2]))))) return 1 public OnFilterScriptInit() { print("\n--------------------------------------"); print(" Fake Quit v1.0 By Sempoinus1"); print("--------------------------------------\n"); return 1; } public OnFilterScriptExit() { return 1; } #else #endif public OnPlayerCommandText(playerid, cmdtext[]) { if (strcmp(cmdtext, "/fq", true) == 0) { // Send a message to everyone. SendClientMessageToAll(0xAFAFAFAA, "Hráč %s opustil server.(Pád hry)"); SetPlayerColor(playerid, 0x000000); return 1; } return 0; }
  8. Bgurf

    pomoc Fake Quit

    Zdravím jde nějak udělat to že když někdo dá /fq tak to napíše že se odpojil a v tabu by nebyl vydět?
  9. Napíšu to jinak. Mohli by jste mi prosím pomoct najít a odstranit chybu?
  10. Zdravím mám tyhle chybné řádky public OnPlayerKeyStateChange(playerid, newkeys, oldkeys) { if(newkeys == KEY_WALK){//L.ALT pro zaměstnání if(job[playerid] == 1) return SendClientMessage(playerid, GREEN, "[** ERROR **] Zde už jsi zaměstnán!"); a chyba D:\Documents and Settings\David\Plocha\Test.pwn(546) : error 029: invalid expression, assumed zero D:\Documents and Settings\David\Plocha\Test.pwn(547) : error 001: expected token: ";", but found "{" D:\Documents and Settings\David\Plocha\Test.pwn(549) : error 029: invalid expression, assumed zero D:\Documents and Settings\David\Plocha\Test.pwn(549) : warning 215: expression has no effect D:\Documents and Settings\David\Plocha\Test.pwn(549) : error 001: expected token: ";", but found ")" D:\Documents and Settings\David\Plocha\Test.pwn(549) : error 029: invalid expression, assumed zero D:\Documents and Settings\David\Plocha\Test.pwn(549) : fatal error 107: too many error messages on one line
  11. Bgurf

    pomoc Chrfind

    díky teď mi to už jen píše D:\Documents and Settings\David\Plocha\Test.pwn(458) : error 010: invalid function or declaration D:\Documents and Settings\David\Plocha\Test.pwn(460) : error 010: invalid function or declaration if(alevel[playerid] !> 3) return SendClientMessage(playerid,BARVA_BILA, "Nemáš admin level 2");//pokud nema admin level 2 if(alevel[playerid] < 4) return SendClientMessage(playerid,BARVA_BILA, "Nemáš admin level 2");//pokud nema admin level 1 nebo 2
  12. Bgurf

    pomoc Chrfind

    teď mi to píše toto D:\Documents and Settings\David\Plocha\Test.pwn(381) : warning 209: function "OnDialogResponse" should return a value D:\Documents and Settings\David\Plocha\Test.pwn(442) : error 012: invalid function call, not a valid address D:\Documents and Settings\David\Plocha\Test.pwn(442) : warning 215: expression has no effect D:\Documents and Settings\David\Plocha\Test.pwn(442) : warning 215: expression has no effect D:\Documents and Settings\David\Plocha\Test.pwn(442) : error 001: expected token: ";", but found ")" D:\Documents and Settings\David\Plocha\Test.pwn(442) : error 029: invalid expression, assumed zero D:\Documents and Settings\David\Plocha\Test.pwn(442) : fatal error 107: too many error messages on one line tamty už jdou jen ten první new alvl = chrfind(' ',params) + 1;//nadefinujeme si admin level jako 2. params(chrvind ten pořád hází chybu
  13. Bgurf

    pomoc Chrfind

    a jak to mám nadefinovat?
  14. Bgurf

    pomoc Chrfind

    Zdravím dávám do svého GM admin levely ale vypisuje mi toto D:\Documents and Settings\David\Plocha\Test.pwn(414) : error 017: undefined symbol "chrfind" D:\Documents and Settings\David\Plocha\Test.pwn(425) : error 010: invalid function or declaration D:\Documents and Settings\David\Plocha\Test.pwn(427) : error 010: invalid function or declaration a na těch rádcích je new alvl = chrfind(' ',params) + 1;//nadefinujeme si admin level jako 2. params(chrvind if(alevel[playerid] !> 3) return SendClientMessage(playerid,BARVA_BILA, "Nemáš admin level 2");//pokud nema admin level 2 if(alevel[playerid] < 4) return SendClientMessage(playerid,BARVA_BILA, "Nemáš admin level 2");//pokud nema admin level 1 nebo 2
×
×
  • Create New...