Jump to content

Brcko.

Uživatel
  • Příspěvků

    22
  • Registrován

  • Aktivní

Reputace

1 Jonny Sindacco

About Brcko.

  • Narozeniny 12/09/1996

Návštěvníci

770 profile views
  1. Už mi to funguje, zjistil jsem že tam nemá být # ani @ ale má tám být %, můžete lock. Jinak díky za pomoct, určitě to využiju na jiným modě:-))
  2. Dobře, díky moc. nefunguje mi to Asi se vyseru na nějaký paradise -.-
  3. Počkat, teď nechápu. Tak jaké číslo tam musím dát? Když jsem tam dal tabsize 0 úspěšně se to dalo do .amx ale na serveru když jsem napsal @1 Ahoj :-) Tak to nefungovalo..
  4. Teď to píše jeden error C:\Documents and Settings\Pepa\Plocha\playertext.pwn(13) : warning 217: loose indentation http://forum.sa-mp.com/showthread.php?t=518521 Poslední přdaný příspěvek, úplně dole.
  5. Na forum bylo napsané že se musí upravit tohle if ((string[i + 1] > 47) && (string[i + 1] < 58)) { Na tohle if('0' <= string[i + 1] <= '9') Teď to tam teda vypadá takhle #include <a_samp> public OnPlayerText(playerid, text[]) { new string[128]; format(string, sizeof(string), "%s", text); for (new i; i < 128; i++) { if (string[i] == '@') { if('0' <= string[i + 1] <= '9') new id = strval(string[i + 1]); if (id <= 500) { if (IsPlayerConnected(id)) { new menohraca[MAX_PLAYER_NAME]; GetPlayerName(id, menohraca, MAX_PLAYER_NAME); new j = (i + 1); while ((j < (i + 5)) && ((string[j] > 47) && (string[j] < 58))) j++; strdel(string, i, j); strins(string, menohraca, i, 128); } else { SendClientMessage(playerid, 0xFF0000FF, "Zlé ID"); return 0; } } else { SendClientMessage(playerid, 0xFF0000FF, "Zlé ID"); return 0; } } } } SendPlayerMessageToAll(playerid, string); return 0; }
  6. Hodil jsem o tam + upravil jeden řádek který byl napsán na forumu a teď to hází tohle: C:\Documents and Settings\Pepa\Plocha\playertext.pwn(9) : error 003: declaration of a local variable must appear in a compound block C:\Documents and Settings\Pepa\Plocha\playertext.pwn(9) : warning 217: loose indentation C:\Documents and Settings\Pepa\Plocha\playertext.pwn(9) : error 017: undefined symbol "id" C:\Documents and Settings\Pepa\Plocha\playertext.pwn(10) : error 017: undefined symbol "id" C:\Documents and Settings\Pepa\Plocha\playertext.pwn(11) : error 017: undefined symbol "id" C:\Documents and Settings\Pepa\Plocha\playertext.pwn(13) : warning 217: loose indentation C:\Documents and Settings\Pepa\Plocha\playertext.pwn(13) : error 017: undefined symbol "id" C:\Documents and Settings\Pepa\Plocha\playertext.pwn(29) : warning 209: function "OnPlayerText" should return a value C:\Documents and Settings\Pepa\Plocha\playertext.pwn(30) : error 021: symbol already defined: "SendPlayerMessageToAll" C:\Documents and Settings\Pepa\Plocha\playertext.pwn(31) : error 010: invalid function or declaration
  7. Ano, Přesně označení hráče v chatu. JInak dal jsem to do pawna hodilo to pár errorů.. C:\Documents and Settings\Pepa\Plocha\playertext.pwn(1) : warning 235: public function lacks forward declaration (symbol "OnPlayerText") C:\Documents and Settings\Pepa\Plocha\playertext.pwn(4) : error 017: undefined symbol "format" C:\Documents and Settings\Pepa\Plocha\playertext.pwn(4) : warning 202: number of arguments does not match definition C:\Documents and Settings\Pepa\Plocha\playertext.pwn(4) : warning 202: number of arguments does not match definition C:\Documents and Settings\Pepa\Plocha\playertext.pwn(4) : warning 202: number of arguments does not match definition C:\Documents and Settings\Pepa\Plocha\playertext.pwn(8) : error 017: undefined symbol "strval" C:\Documents and Settings\Pepa\Plocha\playertext.pwn(10) : error 017: undefined symbol "IsPlayerConnected" C:\Documents and Settings\Pepa\Plocha\playertext.pwn(11) : error 017: undefined symbol "MAX_PLAYER_NAME" C:\Documents and Settings\Pepa\Plocha\playertext.pwn(11) : error 009: invalid array size (negative, zero or out of bounds) C:\Documents and Settings\Pepa\Plocha\playertext.pwn(11) : error 036: empty statement C:\Documents and Settings\Pepa\Plocha\playertext.pwn(11) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase 7 Errors. Nevíte jak to opravit? Jestli to mám ve špatné sekci tak se omlouvám, když tak to přehoďte :-) Přesněji, potřeboval bych to na svůj Paradise World, blbne mi stím 4. úkol v /ukoly.. :/
  8. Zdravím, hledám jeden script na to že když se napíše #(ID) (TEXT) buď je to # nebo @ Teď nevím. Nemáte to někdo prosím ? Hrozně bych to potřeboval
  9. Takové to, když si chceš udělat hosting a pak ti to každý hejtí protože si ani web udělat neumíš a ani se starat o servery Rip Evolve-Hosting 2k17 :-( Prosím, vysětlíte mi někdo co znamená tohle ? Služba Cena za slot Cena za slot za deň Cena za slot za mesiac (30 dní) GTA San Andreas:Multyplayer 0,00002€ 0,00048€ 0,0144€ Jestli to má být free tak proč rovnou nenapíšou že 0.. :-D
  10. Protože se o to nikdo nestará ? :-D Chápeš, nemá cenu se starat o servery kde nikdo nechodí. A ty v tom vidíš nějaký rozdíl ? :-D rze 8 je pro mě horší než 7.4.. Ale není tam 8 ani 7.4 je tam 9.9.. Sice je to stejný jak 7.4 ale to mě vůbec nezajímá. :-) O server se už nějakej ten pátek nestarám.. Protože nikdo tam nehraje.
  11. Dobře :-D Stejně to celé předělávám.
  12. Zdravím, hledám nějaké aktivní hráče / adminy. Mod - Rze 9.9 (Realná Země 7.4) Mám tu Gang System, vlastní hudbu, vip system, SkyHouse, ručné startování aut a monoho další... Server se jsem dodělal dnes, mám i druhý server - Paradise World který je taky přeplácán FilterScriptama. Hledám někoho schopného do vedení. Někomu kdo má o to zájem, nevěděl jsem jaký mod mám dat. Tak jsem jen tak forfun dal Rze kterou jsem teda vylepšil těma FS. Takže kdo by neměl co dělat tak se ozvěte. Rze 9.9 - 82.208.17.10:27499 Pradise World - 82.208.17.10:27667 ------------------------------------------------------------ PS.: Kdo by chtěl, může pomoci na vývoji serveru.
  13. Brcko.

    hledám GPS

    Díky moc :-) No tak někteří na to vyhledávání mají smůlu
  14. Brcko.

    hledám GPS

    Ahoj, hledám script na gps.. Napíšu /gps vyjede tabulka kliknu na název a ukáže se tojúhelníček nebo cesta po které musím jet. Nemůžu nikde to nikde najít, nemá to někdo prosím ?
  15. http://82.208.17.133/apanel/index.php Tu je jeden. který funguje 3 dny a jeden server má návštěvnost přes 10 lidí. Je to kamarádův hosting. Takže doufám že se ti bude líbit.
×
×
  • Create New...