Jump to content

Search the Community

Showing results for tags 'help goto adminsystem'.

  • 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 1 result

  1. Ahoj, mám zdejší problém mám příkaz /goto ale když se portnu neportne mi to vozidlem prosím poradíte ?? dík Kód -> CMD:goto(playerid, params[]) { if(PInfo[p][Admin] < 4) return SCM(p,C,"{ff0000}[ Server ]{ffffff} Nemáte dostatečná Administrační Práva"); new ID = strval(params); new string[150]; new Float:Xf, Float:Yf, Float:Zf; if(!strlen(params)) return SCM(p,C,"{ff0000}[ Server ]{ffffff} Použití: /goto [id]"); else if(playerid == ID) return SCM(p,C,"{ff0000}[ Server ]{ffffff} Není možné se portnout sám k sobě!"); else if(!IsPlayerConnected(ID)) return SCM(playerid,C,"{ff0000}[ Server ]{ffffff} Hráč s tímto ID není na serveru!"); GetPlayerPos(ID, Xf,Yf,Zf); if(IsPlayerInAnyVehicle(playerid)) { SetVehiclePos(GetPlayerVehicleID(playerid), Xf,Yf+2,Zf); } SetPlayerPos(playerid, Xf,Yf+2,Zf); format(string, 150, "{ff0000}[ Server ]{ffffff} Portnul jsi se k hráči %s (%d)", Jmeno(ID),ID); SendClientMessage(playerid, 0xFF3300AA, string); return 1; }
×
×
  • Create New...