Jump to content

Search the Community

Showing results for tags 'compile'.

  • Search By Tags

    Oddělujte čárkami
  • Search By Author

Content Type


Fórum

  • Obecné
    • Všeobecné
    • Všechno možné
  • Programování
    • Poradna
    • Návody
    • Tvorba
    • Hledám programátora
  • Herní oblast
    • Poradna
    • Jak na to?
    • Herní kontext
    • Herní zážitky
    • Komunita
  • Grafika
    • Poradna
    • Návody
    • Tvorba
  • Ostatní
    • Hardware a software
    • Hledám/nabízím
    • Archiv
    • 3D Tisk

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Web


Facebook


Jabber


Skype


Steam


Twitter


Github


Pastebin

Found 3 results

  1. newshift

    pomoc problem s compile

    ahoj mam taky problem skoušim Gate pohyblivou takže moveobject na přikaz ale jak sem to dodělal a chtěl dat compile vyleťelo C:\Users\*******\Downloads\03z\pawno\newshiftmod.pwn(250) : error 010: invalid function or declaration C:\Users\*******\Downloads\03z\pawno\newshiftmod.pwn(253) : error 010: invalid function or declaration C:\Users\*******\Downloads\03z\pawno\newshiftmod.pwn(256) : error 010: invalid function or declaration C:\Users\*******\Downloads\03z\pawno\newshiftmod.pwn(259) : error 010: invalid function or declaration C:\Users\*******\Downloads\03z\pawno\newshiftmod.pwn(181) : warning 204: symbol is assigned a value that is never used: "test" Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase 4 Errors. 250. if(strcmp(cmd, "/otevrit", true) == 0) { 251. MoveObject(test, -2127.2000000, -81.3000000, 29.2000000, 1); 252. SendClientMessage(playerid, ~g~,"** Brana je otevrena."); 253. return 1; 254. } 256. if(strcmp(cmd, "/zavrit", true) == 0) { 257. MoveObject(test, -2127.2000000, -81.3000000, 38.2000000, 1); 258. SendClientMessage(playerid, ~r~,"** Brana je zavrena."); 259. return 1; 181 test = CreateObject(2990,-2127.2000000,-81.3000000,38.2000000,0.0000000,0.0000000,180.0000000); //brana zavrena
  2. NoJo_

    pomoc Problém z compiláciou

    Čavte, chcem sa Vás spýtať či neviete vyriešiť tento problém: Kamoš si stiahol Pawno z:http://sa-mp.com/download.php a keď si ho spustí a klikne na tlačidlo Compile (nie Compile and Run) tak mu to neukáže tu tabuľku z errormi, warnigmy atd. ale zapne mu to SAMP a napíše "Connected to :7777" "Server didn`t respond..." Neviete čo s tým? Vopred ďakujem. S pozdravom NoJo
  3. Troy

    pomoc Kompilování

    Ahoj, potřebuji pomoct s jednou chybou při kompilaci. Zde máte error: řádek: Předem Díky
×
×
  • Create New...