Ü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 - Flash

Oldalak: 1 ... 257 258 [259] 260 261 ... 318
3872
Segítségkérés / NPC
« Dátum: 2012. május 26. - 15:19:30 »
kihagytad a #include <a_samp> -sort!

3873
Média / "Önök kérték!" ( oTime )
« Dátum: 2012. május 25. - 23:12:54 »
Nyilván.. Ha megnézed a jobb felsõ ott is annyit mutat. :)

3874
SA-MP: Szerverfejlesztés / Változó IP kitiltása
« Dátum: 2012. május 25. - 21:14:42 »
Idézetet írta: Benceee date=1337972565\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"21911\" data-ipsquote-contentclass=\"forums_Topic
Szép. Sajnos ez is csak 85-90%os megoldás.
 
OFF:Kíváncsi lennék a 100%-os mûködésre. :D
ON: Szép kis kód grat!

3875
Segítségkérés / változó hiba
« Dátum: 2012. május 24. - 23:03:59 »
Starter = SetTimer( \"intermission\", 1, false );[/quote]
az az 1 az eléggé bugos lesz szerintem.

3876
Archívum / [HuN]>>.:InTerFeel Full FeaTures $zerver:.<< 0.3e
« Dátum: 2012. május 24. - 23:00:58 »
Idézetet írta: fbsokk date=1337880744\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"21769\" data-ipsquote-contentclass=\"forums_Topic
Mappert Keresünk jelentkezni nálam! ;D ;) ;)
 
Ez mehet a mapper/scripter kérésekhez...
 

Banda Rendszert befejeztem, és bekerült! Nem sokára HQ is lesz hozzá!
Jelentkezni lehet a [A]fter [L]ife ( ]AL[ ) Klánba nálam, itt hozzászólásban, vagy PM-ben.
Ötleteket szívesen fogadunk... ;)
 
[/quote]
... ez meg a TGF-hez.
 

Hamarosan : Speedometer
 
[/quote]
Kíváncsi leszek rá. :)

3877
Játékok / Új gép lesz!!
« Dátum: 2012. május 24. - 18:30:14 »
Sorry...8 órám volt ma és kcisit fáradt vagyok. ^-^

3878
Játékok / [ALFÓRUM]All Points Bulletin
« Dátum: 2012. május 24. - 18:27:49 »
Támogatom

3879
Játékok / Új gép lesz!!
« Dátum: 2012. május 24. - 18:24:33 »
\"width=500http://kephost.hu/image-160D_4FBE6086.jpg[/img]
\"image-D6A6_4FBE60B2.jpg\"
E: ScreaM idézem:
 
Szeretném ha írnátok már most ide faxa kis autós és fps játékokat :)[/quote]

3880
Segítségkérés / Skin mentés
« Dátum: 2012. május 24. - 16:09:34 »
Idézetet írta: Flash date=1337686620\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"21783\" data-ipsquote-contentclass=\"forums_Topic

#include <a_samp>
#include <dini>
new Name[MAX_PLAYER_NAME];
new File[100];
public OnPlayerDisconnect(playerid)
{
    GetPlayerName(playerid, Name, sizeof Name);
    format(File, sizeof(File), \"/Skinnek/%s.ini\",Name);
    if(!dini_Exists(File)) {
    }
    else
{
    dini_IntSet(File, \"Skin\", GetPlayerSkin(playerid));
    }
}
public OnPlayerConnect(playerid)
{
    GetPlayerName(playerid, Name, sizeof(Name));
    format(File, sizeof(File), \"/Skinnek/%s.ini\",Name);
    if(!dini_Exists(File)) {
    dini_Create(File);
    dini_IntSet(File, \"Skin\", 0);
    SetPlayerSkin(playerid, dini_Int(File, \"Score\"));
    }
    else
{
    SetPlayerSkin(playerid, dini_Int(File, \"Score\"));
    }
    return 1;
}

 
sf mappába hozz létre egy Skinnek mappát!
 
És ez?

3881
Beszélgetés / Értékeld a feletted lévõ sigét
« Dátum: 2012. május 23. - 18:46:40 »
8/10

3882
Off Telep / A Fõhadiszállás Robbanása
« Dátum: 2012. május 23. - 17:37:26 »
õ se kocka..  ::| xd

3883
Segítségkérés / Timer Hiba
« Dátum: 2012. május 23. - 17:27:18 »
Majd bemásolja a parancsot ha fontos neki hogy segítsünk.

3884
Segítségkérés / Timer Hiba
« Dátum: 2012. május 23. - 17:23:33 »
De ez az hogy mindenki \"beszívva\" legyen..

3885
Segítségkérés / Timer Hiba
« Dátum: 2012. május 23. - 15:56:39 »
Idézetet írta: zeteni date=1337781246\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"21860\" data-ipsquote-contentclass=\"forums_Topic

SetTimerEx( \"Drogos\", 60000, true, \"i\", playerid );
forward Drogos(playerid);
public Drogos(playerid)
{
        SetPlayerWeather(id, -66);
        SetPlayerTime(id, 9,9);
        SetPlayerDrunkLevel(id, 50000);
        SetPlayerPos(id, 0, 0, 5);
        SendClientMessage(id, PIROS, \"Fut a Timer!\");
}

 
Tudom ,hogy próbáltad, de így lesz jó.
 
nem ert akkor már ezeket is írd át:         SetPlayerPos(id, 0, 0, 5);
vagyis:
 
    SetTimerEx( \"Drogos\", 60000, true, \"i\", playerid );
     
    forward Drogos(playerid);
     
    public Drogos(playerid)
    {
            SetPlayerWeather(playerid, -66);
            SetPlayerTime(playerid, 9,9);
            SetPlayerDrunkLevel(playerid, 50000);
            SetPlayerPos(playerid, 0, 0, 5);
            SendClientMessage(playerid, PIROS, \"Fut a Timer!\");
    }

Oldalak: 1 ... 257 258 [259] 260 261 ... 318
SimplePortal 2.3.7 © 2008-2025, SimplePortal