Ü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 ... 214 215 [216] 217 218 ... 318
3226
Segítségkérés / Dialog/Listitem..
« Dátum: 2013. január 06. - 00:49:45 »

3227
Segítségkérés / GetPlayerFPS
« Dátum: 2013. január 06. - 00:33:54 »
Az volt a baj, hogy timer-el csináltam, de így már jó, hogy OnPlayerUpdate alatt van, köszi nektek. :)

3228
SA-MP: Szerverfejlesztés / Mountain Bike pálya a bányában.
« Dátum: 2013. január 05. - 21:35:33 »
>\" post=\"381048\" timestamp=\"1357237584\"]
Mta-ban Odamész ahol kezdõdik a pálya  lerakod a skint f5 utána f1 és ott a koordináta . (Lásd kép) És írd is ki.
\"width=500http://kepfeltoltes.hu/130103/jj_www.kepfeltoltes.hu_.png[/img]
 
[/quote]
Vagy a listában rámész a \'map\' gombra, és ott a sa map alatt pontosabban megadja.
On: Jó map, grat. :)

3229
Segítségkérés / GetPlayerFPS
« Dátum: 2013. január 05. - 21:32:06 »
Most az átlag 185
Fraps: 91-92-t mutat, ami igaz.
Itt az egész:
 
function gPlayerFpsPing() {
for(new playerid; playerid < MAX_PLAYERS; playerid++) {
if(!IsPlayerConnected(playerid)) continue;
if(GetPVarInt(playerid, \"fps\") == 1) {
        new drunknew = GetPlayerDrunkLevel(playerid);
        if(drunknew < 100) {
               SetPlayerDrunkLevel(playerid, 2000);
        }else{
               if(g_pDrunkLevelLast[playerid] != drunknew) {
                    new wfps = g_pDrunkLevelLast[playerid] - drunknew;
                    if(0 <= wfps <= 200) {
                      g_pFPS[playerid] = wfps;
                     }
                      g_pDrunkLevelLast[playerid] = drunknew;
                }
        }
   format(string, sizeof(string), \"~b~~h~~h~FPS: ~w~%i~n~~b~~h~~h~Ping: ~w~%i\", g_pFPS[playerid], GetPlayerPing(playerid));
   PlayerTextDrawSetString(playerid, FpsTD, string);
}
}
return 1;
}

3230
Segítségkérés / GetPlayerFPS
« Dátum: 2013. január 05. - 21:19:07 »
Az eggyik ~180-at ír, a másik -1

3231
Segítségkérés / GetPlayerFPS
« Dátum: 2013. január 05. - 20:37:44 »
Ugyanaz van, hogy 0-át mutat és sokszor áturgik a jó fps-re (nekem 92) és alig látom, mert visszaugrik egybõl.

3232
Segítségkérés / GetPlayerFPS
« Dátum: 2013. január 05. - 19:15:33 »
Üdv all.
Találtam hiv. fórumon egy fps lekérõ kódot, de legtöbször 0-át ír.. :/
 
stock GetPlayerFPS(playerid) {
    SetPVarInt(playerid, \"DrunkL\", GetPlayerDrunkLevel(playerid));
    if(GetPVarInt(playerid, \"DrunkL\") < 100) {
        SetPlayerDrunkLevel(playerid, 2000);
    }else{
        if(GetPVarInt(playerid, \"LDrunkL\") != GetPVarInt(playerid, \"DrunkL\")) {
            SetPVarInt(playerid, \"FPS\", (GetPVarInt(playerid, \"LDrunkL\") - GetPVarInt(playerid, \"DrunkL\")));
            SetPVarInt(playerid, \"LDrunkL\", GetPVarInt(playerid, \"DrunkL\"));
            if((GetPVarInt(playerid, \"FPS\") > 0) && (GetPVarInt(playerid, \"FPS\") < 256)) {
                return GetPVarInt(playerid, \"FPS\") - 1;
            }
        }
    }
    return 0;
}

 
Mi a hiba?

3233
Best of 2012 / Az Év Szerverkészítõje[Összesítve]
« Dátum: 2013. január 05. - 13:07:33 »
Epsilon

3234
Segítségkérés / /körözés parancs
« Dátum: 2013. január 02. - 17:20:34 »
if(PlayerInfo[playerid][pRank] < 1)
erre: if(PlayerInfo[playerid][pRank] > 1)

3235
SA-MP: Szerverfejlesztés / eSpeedCheck - Traffipax?!
« Dátum: 2013. január 02. - 11:28:07 »
Amikor a témát nyitották: 2010. November 06.
Amikor történt az utolsó hsz (általad): Ma - 10:38:04
Gondolom azóta törlödött a linknek a tartalma.
Itt a link

3236
Fórum Archívum (Témák/Fórumok) / MTA:Race
« Dátum: 2013. január 01. - 23:46:02 »
Szép leírás Grat! :)


Nem.

3237
Best of 2012 / Az Év Scriptere[Összesítve]
« Dátum: 2013. január 01. - 15:56:20 »
Idézetet írta: Csabesz date=1357052133\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"31741\" data-ipsquote-contentclass=\"forums_Topic
Csak 1 a probléma, Pedró nem fórum tag, így õ nem is kaphatja meg a címet.
Aki eddig rá szavazott az érvénytelen. (minden témába)
 
Akkor Fl0rian

3238
Best of 2012 / Az Év Klánja[Összesítve]
« Dátum: 2013. január 01. - 14:00:40 »
UFR, LMD
[gmod]Érvénytelen szavazás! Oka: Olvasd el ezt: http://sampforum.hu/index.php?topic=35904.0[/gmod]

3239
Best of 2012 / Az Év Scriptere[Összesítve]
« Dátum: 2013. január 01. - 13:33:22 »
Pedor
[gmod]Érvénytelen szavazás! Oka: Olvasd el ezt: http://sampforum.hu/index.php?topic=35904.0[/gmod]

3240
Best of 2012 / Az Év Szervere[Összesítve]
« Dátum: 2013. január 01. - 13:32:29 »
Modern Life Party Szerver, nGen
[gmod]Érvénytelen szavazás! Oka: Olvasd el ezt: http://sampforum.hu/index.php?topic=35904.0[/gmod]

Oldalak: 1 ... 214 215 [216] 217 218 ... 318
SimplePortal 2.3.7 © 2008-2025, SimplePortal