Jump to content

Search the Community

Showing results for tags '1bit by henry :d'.

  • 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. Mivčo

    pomoc Spawn

    Zdravim mam problem ked pride na server nový hrač a regne sa a spawne sa tak on sa spawne za policajta neviem prečo? cod: public OnPlayerSpawn(playerid) { TextDrawHideForPlayer(playerid, TextDraw1),TextDrawHideForPlayer(playerid, TextDraw2),TextDrawHideForPlayer(playerid, TextDraw3),TextDrawHideForPlayer(playerid, TextDraw4); if(PlayerInfo[playerid][pPovolanie] < 0){ SetPlayerPos(playerid,1537.7487,-1695.5269,13.5469); } if(PlayerInfo[playerid][pPovolanie] < 1){//povolani policajta ResetPlayerWeapons(playerid); GivePlayerWeapon(playerid,3,1); GivePlayerWeapon(playerid,25,1000); GivePlayerWeapon(playerid,24,1000); SetPlayerSkin(playerid,280); SetPlayerInterior(playerid,0); SetPlayerPos(playerid,1580.2451,-1690.8708,6.2188); SetPlayerColor(playerid,COLOR_LIGHTBLUE); } return 1; } 0-Nezamestnani 1-Policajt
  2. Caute chcem si spravit cas na server že kolko minut som nahral a by to išlo ako na ten sprostej RZE iba mi Zapisuje že 0D 0H 0M a toto mam furt Help me please + ked si pridam na servery peniaze co som nahral odhlasim sa yam ked pridem na server mam iba 500 prečo? enum pInfo { pAdminLevel, pCash, pScore, Skin, Kills, Deaths, Days, Minuts, Hours, } new PlayerInfo[MAX_PLAYERS][pInfo]; forward Cas(playerid); public Cas(playerid) { if(PlayerInfo[playerid][Minuts] > 59) { PlayerInfo[playerid][Minuts] = 0; PlayerInfo[playerid][Hours] ++; } if(PlayerInfo[playerid][Hours] > 23) { PlayerInfo[playerid][Days]++; PlayerInfo[playerid][Hours] = 0; PlayerInfo[playerid][Minuts] = 0; } return 1; } public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]) { if (dialogid == 1) { new name[MAX_PLAYER_NAME], file[256], string[128]; GetPlayerName(playerid, name, sizeof(name)); format(file, sizeof(file), "%s.dof2.sav", name); if(!response) return Kick(playerid); if (!strlen(inputtext)) return ShowPlayerDialog(playerid, 1, DIALOG_STYLE_INPUT, "Text", "bla bla ", "Register", "Exit"); dini_Create(file); dini_IntSet(file, "Password", udb_hash(inputtext)); dini_IntSet(file, "AdminLevel",PlayerInfo[playerid][pAdminLevel] = 0); dini_IntSet(file, "Money",PlayerInfo[playerid][pCash] = 500); dini_IntSet(file, "Score",PlayerInfo[playerid][pScore] = 0); dini_IntSet(file, "Skin",PlayerInfo[playerid][skin] = 0); dini_IntSet(file, "Kills",PlayerInfo[playerid][Kills] = 0); dini_IntSet(file, "Deaths",PlayerInfo[playerid][Deaths] = 0); dini_IntSet(file, "Seconds",PlayerInfo[playerid][Days] = 0); dini_IntSet(file, "Minutes",PlayerInfo[playerid][Minuts] = 0); dini_IntSet(file, "Hours",PlayerInfo[playerid][Hours] = 0); format(string, 128, "[sYSTEM]:Uspešne zaregistrovaný tvoje meno je %s a heslo je %s.", name, inputtext); SendClientMessage(playerid, COLOR_YELLOW, string); gPlayerLogged[playerid] = 1; } if (dialogid == 2) { new name[MAX_PLAYER_NAME], file[256]; GetPlayerName(playerid, name, sizeof(name)); format(file, sizeof(file), "%s.dof2.sav", name); if(!response) return Kick(playerid); if (!strlen(inputtext)) return ShowPlayerDialog(playerid, 2, DIALOG_STYLE_INPUT, "Si zaregistrovaný", "Vyborne zaregistrovaný .. pametaj si heslo", "Login", "Leave"); new tmp; tmp = dini_Int(file, "Password"); if(udb_hash(inputtext) != tmp) { SendClientMessage(playerid, COLOR_RED, "Zlé heslo."); ShowPlayerDialog(playerid, 2, DIALOG_STYLE_INPUT, "Text", "abla bla", "Login", "Exit"); } else { gPlayerLogged[playerid] = 1; PlayerInfo[playerid][pAdminLevel] = dini_Int(file, "AdminLevel"); PlayerInfo[playerid][pCash] = dini_Int(file, "Money"); PlayerInfo[playerid][pScore] = dini_Int(file, "Score"); PlayerInfo[playerid][skin] = dini_Int(file, "Skin"); PlayerInfo[playerid][Kills] = dini_Int(file, "Kills"); PlayerInfo[playerid][Deaths] = dini_Int(file, "Deaths"); PlayerInfo[playerid][Days] = dini_Int(file, "Days"); PlayerInfo[playerid][Minuts] = dini_Int(file, "Minuts"); PlayerInfo[playerid][Hours] = dini_Int(file, "Hours"); SetPlayerScore(playerid, PlayerInfo[playerid][pScore]); GivePlayerMoney(playerid, dini_Int(file, "Money")-GetPlayerMoney(playerid)); SendClientMessage(playerid,COLOR_RED, "[sYSTEM]:Login prijatý!"); new string[128]; format(string,sizeof(string),"Adminlevel: %d, Money: %d$, Skore: %d",PlayerInfo[playerid][pAdminLevel],GetPlayerMoney(playerid),PlayerInfo[playerid][pScore]); SendClientMessage(playerid,COLOR_RED,string); format(string,sizeof(string),"%dD %dH %dM",PlayerInfo[playerid][Days],PlayerInfo[playerid][Hours],PlayerInfo[playerid][Minuts]); SendClientMessage(playerid,COLOR_RED,string); } } return 1; } public OnGameModeInit(){ SetTimer("Cas",1000,true); } return 1; }
  3. Caute Chcem aby ste dali uživatelovy Marvovi Ban alebo var lebo každemu leze na nervy stiahne scripty prepiše autora a si misli že je pán pawna a este sa hada že neprepisal a spravil to sam. Reputace: Piatok mal 3, v sobotu mal uz 12 a v Nedelu ma uz 2 doplna si ho cez učty Marian,Dada a uNcLe. Ja by som navrhoval mu dat ban na 2 týždňe nech sa upokojí a nech sa zamislí nad sebou čo spravil Dakujem to je všetko http://pawno.cz/topi...duel-script-20/ http://pawno.cz/topi...0-neon-shop-10/ http://pawno.cz/topi...crasher-not-my/
×
×
  • Create New...