Jump to content

Cz_Ritch

Uživatel
  • Příspěvků

    267
  • Registrován

  • Aktivní

Everything posted by Cz_Ritch

  1. umis proste jen pomlouvat jetis dal si si stim nejakou snahu... -- pon 19. črc 2010 20:06:55 -- a us me to nebaví, misto hadani bych mohl mít víc řátku v modu... Cau
  2. ja nwm kdo si tu dal z necim praci kdys tu nemas ani AVATAR milasss
  3. hmm v tom případe je počítač jedno Písmenko -- pon 19. črc 2010 20:00:47 -- jen zavidis a neumis ocenit dílo...
  4. ____ já vím ze je to primitvní ale jak se zmeni server (zmenit reamlist umim )
  5. Hodnocení: 76/100 myslím si ze to delal nejakou tu hodinu a ze ja neumim nic a on si stim dal paraci tak...
  6. Cz_Ritch

    návod YSI

    MIKI785 dík moc, moc si mi pomohl
  7. Cz_Ritch

    návod YSI

    jo dík ale dal jsem tam Y_objects.inc a furt hov**???
  8. Cz_Ritch

    návod YSI

    mas aj #include ? jo ____ include/ jak to mam stahnout?
  9. Cz_Ritch

    návod YSI

    includ mám... -- pon 19. črc 2010 12:44:40 -- kde ho sezenu?
  10. Cz_Ritch

    návod YSI

    C:\Documents and Settings\\Dokumenty\Downloads\7.9.pwn(2) : fatal error 100: cannot read from file: "Y_objects" Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.
  11. Cz_Ritch

    SCHANIM MOD

    staci snad jednou kdys mu to tady nepisou ze je to dement tvl takhle tady jen ctu to sami, taky vrcholová dmnce
  12. ja chci taky muj USB kabel strcit do USB Konektoru
  13. Ahoj, mam chybičky... #include #pragma tabsize 0 //////////////////////////Define/////////////////////////////// public OnFilterScriptInit( ) { print( "\n[FS] *************************" ); print( "[FS] * My SA:MP Filterscript *" ); print( "[FS] * Loaded ... *" ); print( "[FS] *************************\n" ); } public OnFilterScriptExit( ) { print( "\n[FS] *************************" ); print( "[FS] * My SA:MP Filterscript *" ); print( "[FS] * Unloaded ... *" ); print( "[FS] *************************\n" ); } public OnPlayerCommandText( playerid, cmdtext[] ) { CreateObject(3279,14.941,2020.965,16.723,0.0,0.0,0.0); CreateObject(987,8.974,2024.300,16.647,0.0,0.0,270.000); CreateObject(987,8.832,2013.486,16.641,0.0,0.0,270.000); CreateObject(987,8.839,2002.147,16.641,0.0,0.0,270.000); CreateObject(987,8.645,1990.773,16.641,0.0,0.0,270.000); CreateObject(987,8.611,1981.505,16.641,0.0,0.0,270.000); CreateObject(987,8.523,1969.779,16.641,0.0,0.0,0.0); CreateObject(987,19.365,1969.664,16.641,0.0,0.0,0.0); CreateObject(987,30.912,1969.563,16.641,0.0,0.0,0.0); CreateObject(987,42.069,1969.494,16.641,0.0,0.0,0.0); CreateObject(987,54.133,1969.330,16.641,0.0,0.0,90.000); CreateObject(987,54.209,1981.070,16.641,0.0,0.0,90.000); CreateObject(987,54.275,1991.894,16.641,0.0,0.0,90.000); CreateObject(987,54.295,2002.157,16.641,0.0,0.0,90.000); CreateObject(987,54.481,2013.882,16.641,0.0,0.0,90.000); CreateObject(987,54.559,2024.007,16.641,0.0,0.0,180.000); CreateObject(987,42.925,2023.722,16.641,0.0,0.0,180.000); CreateObject(987,31.418,2023.993,16.641,0.0,0.0,180.000); CreateObject(987,19.810,2024.209,16.641,0.0,-1.719,180.000); CreateObject(8947,46.214,1982.966,19.693,0.0,0.0,180.000); CreateObject(972,42.967,1965.981,22.744,0.0,0.0,90.000); CreateObject(972,23.595,1966.800,22.144,0.0,0.0,90.000); CreateObject(972,12.033,1984.145,22.144,0.0,0.0,180.000); CreateObject(972,11.791,2003.012,21.638,0.0,0.0,180.000); CreateObject(972,11.703,2016.056,21.388,0.0,0.0,180.000); CreateObject(972,14.186,2027.478,20.788,0.0,0.0,270.000); CreateObject(972,38.792,2027.242,20.138,0.0,0.0,270.000); CreateObject(972,51.228,2010.058,21.394,0.0,0.0,0.0); CreateObject(972,50.211,1991.140,21.594,0.0,0.0,0.0); CreateObject(18367,10.404,1974.124,10.423,-16.329,-0.859,90.000); CreateObject(643,45.716,1986.066,23.217,0.0,0.0,0.0); CreateObject(18259,31.267,1984.470,17.764,0.0,0.0,270.000); brana = CreateObject( 18449,43.161,2037.784,15.427,0.0,0.0,90.000); CreateObject(18449,43.746,2039.024,44.989,0.0,0.0,90.000); new brana; if(strcmp(cmd, "/otevrit", true) == 0) { MoveObject(brana, 18449,43.746,2039.024,44.989,0.0,0.0,90.000, 3); SendClientMessage(playerid, 0xD2691EAA,"** Brana je otevrena."); return 1; } if(strcmp(cmd, "/zavrit", true) == 0) { MoveObject(brana, 18449,43.161,2037.784,15.427,0.0,0.0,90.000, 3); SendClientMessage(playerid, 0xD2691EAA,"** Brana je zavrena."); return 1; } return 0; } C:\Documents and Settings\Martínek\Dokumenty\Downloads\Untitled54345.pwn(57) : error 017: undefined symbol "brana" C:\Documents and Settings\Martínek\Dokumenty\Downloads\Untitled54345.pwn(63) : error 017: undefined symbol "cmd" C:\Documents and Settings\Martínek\Dokumenty\Downloads\Untitled54345.pwn(64) : warning 202: number of arguments does not match definition C:\Documents and Settings\Martínek\Dokumenty\Downloads\Untitled54345.pwn(64) : warning 202: number of arguments does not match definition C:\Documents and Settings\Martínek\Dokumenty\Downloads\Untitled54345.pwn(64) : warning 202: number of arguments does not match definition C:\Documents and Settings\Martínek\Dokumenty\Downloads\Untitled54345.pwn(64) : warning 202: number of arguments does not match definition C:\Documents and Settings\Martínek\Dokumenty\Downloads\Untitled54345.pwn(69) : error 017: undefined symbol "cmd" C:\Documents and Settings\Martínek\Dokumenty\Downloads\Untitled54345.pwn(70) : warning 202: number of arguments does not match definition C:\Documents and Settings\Martínek\Dokumenty\Downloads\Untitled54345.pwn(70) : warning 202: number of arguments does not match definition C:\Documents and Settings\Martínek\Dokumenty\Downloads\Untitled54345.pwn(70) : warning 202: number of arguments does not match definition C:\Documents and Settings\Martínek\Dokumenty\Downloads\Untitled54345.pwn(70) : warning 202: number of arguments does not match definition Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 3 Errors.
  14. pls help, je to jako kdybych byl v offline!
  15. hele, mozna je to mozne, ja nevím ale jak to mam odbloknout
  16. ne, spustil jsem jako admin a furt tam jsou offline servery!
  17. mam 0.3X a kdys to odinstaluju a nainstaluju je to to same!
  18. cau, takze, Mam normalne SAMP hraju ho asi 2 roky a najednou ho zapnu po dlouhe dobe kdy ja jsem nehral asi 2 mesice, najednou vsechny servery offline, podívám se na Internet, a tam zadne servery nenabehnou, Du na www.gta.cz tam skopiruju IP adresu dam ji do favorites, a ten server co je na gta.cz online je na mim GTA samp offline, jakšto, ma nekdo radu jak se teto potize zbavit?
×
×
  • Create New...