Üzenetek megjelenítése

Ez a szekció lehetővé teszi a felhasználó által írt összes hozzászólás megtekintését. Vedd figyelembe, hogy csak azokba a fórumokba írt hozzászólásokat látod, amelyekhez hozzáférésed van.


Üzenetek - blackdog476

Oldalak: 1 ... 36 37 [38] 39 40 ... 56
556
SA-MP: Szerverfejlesztés / MySQL adatok beolvasása mezõ név szerint(cache)
« Dátum: 2014. október 08. - 20:12:23 »
Jónak tûnik. Egyszerû, mégis nagyszerû. Kiváló. Gratulálok.

557
Fórum Archívum (Témák/Fórumok) / #REV2K14 - Probléma I.
« Dátum: 2014. október 08. - 19:06:23 »
Idézetet írta: Rupert date=1412787891\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"50899\" data-ipsquote-contentclass=\"forums_Topic
azt mondom lakat az egészre, ennél mélyebbre már nem süllyedhet a színvonal. max velem
 
Akkor lesz egy #REV2K14 - Probléma II. is.

558
Archívum / Project - Life in Los Angeles
« Dátum: 2014. október 07. - 23:02:52 »
Hát nem tudom...
Az admin rendszernek elég lAdmin beütése van így elsõre..
Sok sikert...

559
Képek / Videók / Rainmeter kreálmányom
« Dátum: 2014. október 07. - 23:01:04 »
Idézetet írta: Easy0101 date=1412710297\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"50915\" data-ipsquote-contentclass=\"forums_Topic
Bejövõõõõõs :D Esetleg gondolkozol rajta hogy nem-e teszed közzé? :) Szivesen használnám.
 
Lefordítom: Hol a letöltési link?

560
Fórum Archívum (Témák/Fórumok) / Az én problémám
« Dátum: 2014. október 07. - 22:58:29 »
Idézetet írta: Rupert date=1412715454\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"50884\" data-ipsquote-contentclass=\"forums_Topic
Rakjatok be adminnak, minden megoldódik, ígérem.
 
Nájsz!
Szerintem ha beraknának köpni nyelni nem tudnál. Mégis mit tennél?
Na de 90°-os fordulat vissza..

561
Fórum Archívum (Témák/Fórumok) / Az én problémám
« Dátum: 2014. október 07. - 22:56:38 »
Idézetet írta: Dfoglalo date=1412715279\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"50884\" data-ipsquote-contentclass=\"forums_Topic


a közösségben lévõ emberek jól érezzék magukat
 
Halkan megjegyzem: én speciel nem érzem magamat jól a sok veszekedés és hisztizés láttán.
 
[/quote]
Én sem, és szerintem senki sem nagyon. Meddig fog ez még menni?
Spoiler for off:
Az én problémám...
 

562
Segítségkérés / Youtube Stream
« Dátum: 2014. október 07. - 22:53:39 »
:ratatata:
Mondjuk ha elmondanád, hogy eddig hogy próbálkoztál (kódrészlet), vagy milyen videót szeretnél lejátszani, vagy milyen linken vagy mi a címe akkor talán többet tudnánk segíteni

563
Beszélgetés / Ello.co meghívókódok
« Dátum: 2014. október 07. - 20:05:00 »
Idézetet írta: kzyn date=1412005161\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"50799\" data-ipsquote-contentclass=\"forums_Topic
:shocking:
Ilyen algoritmusra te hogy jössz rá?
:D
 
Engem továbbra is érdekelne

564
Fórum Archívum (Témák/Fórumok) / Re:Értékeld a feletted lévõ sigét
« Dátum: 2014. október 07. - 20:02:29 »
1/10

565
Fórum Archívum (Témák/Fórumok) / Re:Értékeld a feletted lévõ sigét
« Dátum: 2014. október 06. - 21:23:07 »
Érdekes, de jó.
10/10

566
Fórum Archívum (Témák/Fórumok) / Re:Értékeld a feletted lévõ sigét
« Dátum: 2014. október 06. - 21:08:55 »
Érdekes.
10/10

567
Bemutatkozás / Csipsz :)
« Dátum: 2014. október 06. - 20:17:11 »
Szép bemutatkozás.
 :hi:

568
Kérdések, Segítség / Fórum név.
« Dátum: 2014. október 06. - 20:10:37 »
Tudtommal 50 hozzászólás alatt még lehet

569
Segítségkérés / Névre szóló /get és /goto parancs készítése
« Dátum: 2014. október 05. - 17:52:05 »
slre14, kicsit tanulgasd a szabályzatot, és ne bumpolj.
A hozzászólásaidnak nem volt sok értelme, valamint még + -t is kértél, ami szintén tilos.
A témanyitó leírta hogy \"ZCMD-be\" kéri.
Valamint még az is látszott, hogy te ezt csak kiszedted valahonnan:
if(!strlen(tmp))
{
SendClientMessage(playerid, COLOR_LIGHTBLUE, \"Game Life Rpg: /get [JátékosID/NévRészlet]\");
return 1;
}
[/quote]
És gondolom nem arra gondolt a témanyitó, hogy egy sort írj át, hanem hogy alakítsd át a paraméterezését is.


#include <a_samp>
#include <zcmd>
#include <sscanf2>
#define nev \"Karcsi23\" //Csak õ jogosult a parancs használatára
stock Compare(comp[], with[]) //by dexi: http://sampforum.hu/index.php?topic=23578.msg247872#msg247872
{
new LenghtComp = strlen(comp);
new LenghtWith = strlen(with);
new Character;
if( LenghtComp != LenghtWith ) return false;
for( new i = 0; i < LenghtComp; i++ ) if( comp == with ) Character++;
if( LenghtComp == Character ) return true;
return false;
}
CMD:goto(playerid,params[]) {
new n[24]; GetPlayerName(playerid,n,24);
if(!Compare(nev,n)) SendClientMessage(playerid,-1,\"Ezt a parancsot csak \"nev\" használhatja!\");
new id;
if(sscanf(params,\"u\",id)) return SendClientMessage(playerid,-1,\"Használat: /get [Playerid]\");
new Float:x,Float:y,Float:z;
GetPlayerPos(id,x,y,z);
SetPlayerPos(playerid,x,y,z);
return 1;
}
CMD:get(playerid,params[]) {
new n[24]; GetPlayerName(playerid,n,24);
if(!Compare(nev,n)) SendClientMessage(playerid,-1,\"Ezt a parancsot csak \"nev\" használhatja!\");
new id;
if(sscanf(params,\"u\",id)) return SendClientMessage(playerid,-1,\"Használat: /get [Playerid]\");
new Float:x,Float:y,Float:z;
GetPlayerPos(playerid,x,y,z);
SetPlayerPos(id,x,y,z);
return 1;
}

570
Minecraft / CrafterCraft v0.3 ~ egy magyar Tekkit Classic szerver ~
« Dátum: 2014. október 05. - 02:16:23 »
Majd holnap (ma) beszerzem a tekkitet, felnézek rá :D

Oldalak: 1 ... 36 37 [38] 39 40 ... 56
SimplePortal 2.3.7 © 2008-2025, SimplePortal