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

Oldalak: 1 2 [3] 4 5 ... 7
31
Szkript kérések / Pénz jelző script
« Dátum: 2014. október 24. - 18:50:14 »
Helló! ilyen pénz jelző scriptett szeretnénk probálltam de sehogy se megy aki segít megy a +!!
http://kepfeltoltes.hu/141024/10648962_698947326848283_2615279978566981341_o_www.kepfeltoltes.hu_.png

32
RP/RPG kérések / Őrök as bug
« Dátum: 2014. október 24. - 13:18:53 »
Helló! van egy goudlyne editem és abba van örökas és fel jőn egy random ember akkor as-t kap minden ok nélkül ez miért van?

33
Segítségkérés / 26 eror de mire
« Dátum: 2014. október 24. - 11:40:49 »
Helló! Probállom a módot lefordittani de bedobb 26 erorr-t és nem értem mire mert az mind benne van :S
 
[C:\\Documents and Settings\\Rendszergazda\\Asztal\\laspayadas.pwn(3259) : error 004: function \"PlayerToPoint\" is not implemented
C:\\Documents and Settings\\Rendszergazda\\Asztal\\laspayadas.pwn(3271) : error 004: function \"PlayerToPoint\" is not implemented
C:\\Documents and Settings\\Rendszergazda\\Asztal\\laspayadas.pwn(3275) : error 004: function \"PlayerToPoint\" is not implemented
C:\\Documents and Settings\\Rendszergazda\\Asztal\\laspayadas.pwn(3287) : error 004: function \"PlayerToPoint\" is not implemented
C:\\Documents and Settings\\Rendszergazda\\Asztal\\laspayadas.pwn(3298) : error 004: function \"PlayerToPoint\" is not implemented
C:\\Documents and Settings\\Rendszergazda\\Asztal\\laspayadas.pwn(3302) : error 004: function \"PlayerToPoint\" is not implemented
C:\\Documents and Settings\\Rendszergazda\\Asztal\\laspayadas.pwn(3306) : error 004: function \"PlayerToPoint\" is not implemented
C:\\Documents and Settings\\Rendszergazda\\Asztal\\laspayadas.pwn(3318) : error 004: function \"PlayerToPoint\" is not implemented
C:\\Documents and Settings\\Rendszergazda\\Asztal\\laspayadas.pwn(3322) : error 004: function \"PlayerToPoint\" is not implemented
C:\\Documents and Settings\\Rendszergazda\\Asztal\\laspayadas.pwn(3326) : error 004: function \"PlayerToPoint\" is not implemented
C:\\Documents and Settings\\Rendszergazda\\Asztal\\laspayadas.pwn(3971) : error 004: function \"SafeGivePlayerMoney\" is not implemented
C:\\Documents and Settings\\Rendszergazda\\Asztal\\laspayadas.pwn(3977) : error 004: function \"Nevekki\" is not implemented
C:\\Documents and Settings\\Rendszergazda\\Asztal\\laspayadas.pwn(4581) : error 004: function \"SafeGivePlayerMoney\" is not implemented
C:\\Documents and Settings\\Rendszergazda\\Asztal\\laspayadas.pwn(4628) : error 004: function \"Nevekki\" is not implemented
C:\\Documents and Settings\\Rendszergazda\\Asztal\\laspayadas.pwn(4631) : error 004: function \"UpdatePlayerPosition2\" is not implemented
C:\\Documents and Settings\\Rendszergazda\\Asztal\\laspayadas.pwn(4859) : error 004: function \"Nevekbe\" is not implemented
C:\\Documents and Settings\\Rendszergazda\\Asztal\\laspayadas.pwn(4863) : error 004: function \"Nevekki\" is not implemented
C:\\Documents and Settings\\Rendszergazda\\Asztal\\laspayadas.pwn(4886) : error 004: function \"ClearChatbox\" is not implemented
C:\\Documents and Settings\\Rendszergazda\\Asztal\\laspayadas.pwn(4890) : error 004: function \"ClearChatbox\" is not implemented
C:\\Documents and Settings\\Rendszergazda\\Asztal\\laspayadas.pwn(4902) : error 004: function \"Nevekki\" is not implemented
C:\\Documents and Settings\\Rendszergazda\\Asztal\\laspayadas.pwn(4903) : error 004: function \"SafeResetPlayerWeapons\" is not implemented
Compilation aborted.Pawn compiler 3.2.3664           Copyright (c) 1997-2006, ITB CompuPhase
 
26 Errors./spoiler]   
off
Spoiler for Hiden:
Bocs helyesirás nulla mert telefonrol nehéz

 
[gmod]Javítottam helyetted a [spoilern][/spoiler] taget

tagre![/gmod]

34
Jaj a nagy okos :D
off


Csak hülyülök :D

35
RP/RPG kérések / Bejelentkezés után a szerver leáll
« Dátum: 2014. október 05. - 11:11:29 »
Mod neve? Goudlyne mi?

36
RP/RPG kérések / Bejelentkezés után a szerver leáll
« Dátum: 2014. október 05. - 10:45:49 »
Pluginok be vannak irva szerver cfgbe? vagy script files nem ugy van létre hozva

Dupla hozzászólás automatikusan összefûzve. ( 2014. október 05. - 10:46:44 )

Egyébként


Te vagy az a nagy szájú aki fel tõrte a neon lifot ? Grat neked meg jarvisnak...

37
Segítségkérés / Névre szóló /get és /goto parancs készítése
« Dátum: 2014. október 05. - 10:34:46 »
Szia!
itt van teszt nem volt
 
   if(strcmp(cmd, \"/goto\", true) == 0)
{
    if(IsPlayerConnected(playerid))
    {
   tmp = strtok(cmdtext, idx);
   if(!strlen(tmp))
   {
      SendClientMessage(playerid, COLOR_LIGHTBLUE, \"Teszt Rpg: /goto [JátékosID/NévRészlet]\");
      return 1;
   }
   new Float:plocx,Float:plocy,Float:plocz;
   new plo;
   plo = ReturnUser(tmp);
   if (IsPlayerConnected(plo))
   {
       if(plo != INVALID_PLAYER_ID)
       {
         if(strcmp(nev, \"//ide a nevet\", true) == 0 || strcmp(nev, \"//ide a nevet\", true) == 0 || strcmp(nev, \"//ide a nevet\", true) == 0)
         {
            if(Spectate[playerid] != 255)
            {
               Spectate[playerid] = 256;
            }
            GetPlayerPos(plo, plocx, plocy, plocz);
            SetPlayerInterior(playerid,GetPlayerInterior(plo));
            SetPlayerVirtualWorld(playerid, GetPlayerVirtualWorld(plo));
            if(PlayerInfo[plo][pInt] > 0)
            {
               SetPlayerInterior(playerid,PlayerInfo[plo][pInt]);
               PlayerInfo[playerid][pInt] = PlayerInfo[plo][pInt];
               PlayerInfo[playerid][pLocal] = PlayerInfo[plo][pLocal];
            }
            if(PlayerInfo[playerid][pInt] == 0)
            {
               SetPlayerInterior(playerid,0);
            }
            if(plocz > 530.0 && PlayerInfo[plo][pInt] == 0) //the highest land point in sa = 526.8
            {
               SetPlayerInterior(playerid,1);
               PlayerInfo[playerid][pInt] = 1;
            }
            if (GetPlayerState(playerid) == 2)
            {
               new tmpcar = GetPlayerVehicleID(playerid);
               SetVehiclePos(tmpcar, plocx, plocy+4, plocz);
               TelePos[playerid][0] = 0.0;TelePos[playerid][1] = 0.0;
            }
            else
            {
               SetPlayerPos(playerid,plocx,plocy+2, plocz);
            }
            SendClientMessage(playerid, COLOR_GRAD1, \"Elteleportáltál valakihez.\");
            new nev[32];
            GetPlayerName(playerid, nev, sizeof(nev));
            new h,mi,s,y,m,d;
            getdate(y,m,d);
            gettime(h,mi,s);
            format(stringx,sizeof(stringx), \"[%d/%d/%d][%d:%d:%d][Admin parancs] %s elteleportált valakihez.\",y,m,d,h,mi,s,nev);
            LoOoG(stringx);
         }
         else
         {
            SendClientMessage(playerid, COLOR_GRAD1, \"Nem vagy admin/adminsegéd!\");
         }
      }
   }
   else
   {
      format(string, sizeof(string), \"%d Nem aktív játékos!\", plo);
      SendClientMessage(playerid, COLOR_GRAD1, string);
   }
}
return 1;
}

 
zcmd be
 
CMD:goto(playerid, params[]) 
{
if(IsPlayerConnected(playerid))
{
tmp = strtok(cmdtext, idx);
if(!strlen(tmp))
{
SendClientMessage(playerid, COLOR_LIGHTBLUE, \"Teszt Rpg: /goto [JátékosID/NévRészlet]\");
return 1;
}
new Float:plocx,Float:plocy,Float:plocz;
new plo;
plo = ReturnUser(tmp);
if (IsPlayerConnected(plo))
{
if(plo != INVALID_PLAYER_ID)
{
if(strcmp(nev, \"//ide a nevet\", true) == 0 || strcmp(nev, \"//ide a nevet\", true) == 0 || strcmp(nev, \"//ide a nevet\", true) == 0)
{
if(Spectate[playerid] != 255)
{
Spectate[playerid] = 256;
}
GetPlayerPos(plo, plocx, plocy, plocz);
SetPlayerInterior(playerid,GetPlayerInterior(plo));
SetPlayerVirtualWorld(playerid, GetPlayerVirtualWorld(plo));
if(PlayerInfo[plo][pInt] > 0)
{
SetPlayerInterior(playerid,PlayerInfo[plo][pInt]);
PlayerInfo[playerid][pInt] = PlayerInfo[plo][pInt];
PlayerInfo[playerid][pLocal] = PlayerInfo[plo][pLocal];
}
if(PlayerInfo[playerid][pInt] == 0)
{
SetPlayerInterior(playerid,0);
}
if(plocz > 530.0 && PlayerInfo[plo][pInt] == 0) //the highest land point in sa = 526.8
{
SetPlayerInterior(playerid,1);
PlayerInfo[playerid][pInt] = 1;
}
if (GetPlayerState(playerid) == 2)
{
new tmpcar = GetPlayerVehicleID(playerid);
SetVehiclePos(tmpcar, plocx, plocy+4, plocz);
TelePos[playerid][0] = 0.0;TelePos[playerid][1] = 0.0;
}
else
{
SetPlayerPos(playerid,plocx,plocy+2, plocz);
}
SendClientMessage(playerid, COLOR_GRAD1, \"Elteleportáltál valakihez.\");
new nev[32];
GetPlayerName(playerid, nev, sizeof(nev));
new h,mi,s,y,m,d;
getdate(y,m,d);
gettime(h,mi,s);
format(stringx,sizeof(stringx), \"[%d/%d/%d][%d:%d:%d][Admin parancs] %s elteleportált valakihez.\",y,m,d,h,mi,s,nev);
LoOoG(stringx);
}
else
{
SendClientMessage(playerid, COLOR_GRAD1, \"Nem vagy admin/adminsegéd!\");
}
}
}
else
{
format(string, sizeof(string), \"%d Nem aktív játékos!\", plo);
SendClientMessage(playerid, COLOR_GRAD1, string);
}
}
return 1;
}

 
és a get parancs
 
if(strcmp(cmd, \"/get\", true) == 0)
{
    if(IsPlayerConnected(playerid))
    {
   tmp = strtok(cmdtext, idx);
   if(!strlen(tmp))
   {
      SendClientMessage(playerid, COLOR_LIGHTBLUE, \"Game Life Rpg: /get [JátékosID/NévRészlet]\");
      return 1;
   }
   new Float:plocx,Float:plocy,Float:plocz;
   new plo;
   plo = ReturnUser(tmp);
   if (IsPlayerConnected(plo))
   {
       if(plo != INVALID_PLAYER_ID)
       {
         /*if (PlayerInfo[plo][pAdmin] > 1)
         {
            SendClientMessage(playerid, COLOR_GRAD1, \"Admint nem hozhatsz magadhoz!\");
            return 1;
         }*/
         if(strcmp(nev, \"//ide a nevet\", true) == 0 || strcmp(nev, \"//ide a nevet\", true) == 0 || strcmp(nev, \"//ide a nevet\", true) == 0)
         {
            GetPlayerPos(playerid, plocx, plocy, plocz);
            if(PlayerInfo[playerid][pInt] > 0)
            {
               SetPlayerInterior(plo,PlayerInfo[playerid][pInt]);
               PlayerInfo[plo][pInt] = PlayerInfo[playerid][pInt];
               PlayerInfo[plo][pLocal] = PlayerInfo[playerid][pLocal];
            }
            if(PlayerInfo[playerid][pInt] == 0)
            {
               SetPlayerInterior(plo,0);
            }
            if(plocz > 930.0 && PlayerInfo[playerid][pInt] == 0) //the highest land point in sa = 526.8
            {
               SetPlayerInterior(plo,1);
               PlayerInfo[plo][pInt] = 1;
            }
            if (GetPlayerState(plo) == 2)
            {
               TelePos[plo][0] = 0.0;
               TelePos[plo][1] = 0.0;
               new tmpcar = GetPlayerVehicleID(plo);
               SetVehiclePos(tmpcar, plocx, plocy+4, plocz);
            }
            else
            {
               SetPlayerPos(plo,plocx,plocy+2, plocz);
            }
            SendClientMessage(playerid, COLOR_GRAD1, \"Idehoztál valakit magadhoz.\");
            SendClientMessage(plo, COLOR_GRAD1, \"Elteleportáltak.\");
            new nev[32];
            GetPlayerName(playerid, nev, sizeof(nev));
            new h,mi,s,y,m,d;
            getdate(y,m,d);
            gettime(h,mi,s);
            format(stringx,sizeof(stringx), \"[%d/%d/%d][%d:%d:%d][Admin parancs] %s gettelt magához valakit.\",y,m,d,h,mi,s,nev);
            LoOoG(stringx);
         }
         else
         {
            SendClientMessage(playerid, COLOR_GRAD2, \"Nem használhatod ezt a parancsot!\");
         }
      }
   }
   else
   {
      format(string, sizeof(string), \"%d Nem aktív játékos!\", plo);
      SendClientMessage(playerid, COLOR_GRAD2, string);
   }
}
return 1;
}

 
és a get parancs zcmd be
 
CMD:get(playerid, params[]) 
{
if(IsPlayerConnected(playerid))
{
tmp = strtok(cmdtext, idx);
if(!strlen(tmp))
{
SendClientMessage(playerid, COLOR_LIGHTBLUE, \"Game Life Rpg: /get [JátékosID/NévRészlet]\");
return 1;
}
new Float:plocx,Float:plocy,Float:plocz;
new plo;
plo = ReturnUser(tmp);
if (IsPlayerConnected(plo))
{
if(plo != INVALID_PLAYER_ID)
{
/*if (PlayerInfo[plo][pAdmin] > 1)
{
SendClientMessage(playerid, COLOR_GRAD1, \"Admint nem hozhatsz magadhoz!\");
return 1;
}*/
if(strcmp(nev, \"//ide a nevet\", true) == 0 || strcmp(nev, \"//ide a nevet\", true) == 0 || strcmp(nev, \"//ide a nevet\", true) == 0)
{
GetPlayerPos(playerid, plocx, plocy, plocz);
if(PlayerInfo[playerid][pInt] > 0)
{
SetPlayerInterior(plo,PlayerInfo[playerid][pInt]);
PlayerInfo[plo][pInt] = PlayerInfo[playerid][pInt];
PlayerInfo[plo][pLocal] = PlayerInfo[playerid][pLocal];
}
if(PlayerInfo[playerid][pInt] == 0)
{
SetPlayerInterior(plo,0);
}
if(plocz > 930.0 && PlayerInfo[playerid][pInt] == 0) //the highest land point in sa = 526.8
{
SetPlayerInterior(plo,1);
PlayerInfo[plo][pInt] = 1;
}
if (GetPlayerState(plo) == 2)
{
TelePos[plo][0] = 0.0;
TelePos[plo][1] = 0.0;
new tmpcar = GetPlayerVehicleID(plo);
SetVehiclePos(tmpcar, plocx, plocy+4, plocz);
}
else
{
SetPlayerPos(plo,plocx,plocy+2, plocz);
}
SendClientMessage(playerid, COLOR_GRAD1, \"Idehoztál valakit magadhoz.\");
SendClientMessage(plo, COLOR_GRAD1, \"Elteleportáltak.\");
new nev[32];
GetPlayerName(playerid, nev, sizeof(nev));
new h,mi,s,y,m,d;
getdate(y,m,d);
gettime(h,mi,s);
format(stringx,sizeof(stringx), \"[%d/%d/%d][%d:%d:%d][Admin parancs] %s gettelt magához valakit.\",y,m,d,h,mi,s,nev);
LoOoG(stringx);
}
else
{
SendClientMessage(playerid, COLOR_GRAD2, \"Nem vagy 2-es Admin!\");
}
}
}
else
{
format(string, sizeof(string), \"%d Nem aktív játékos!\", plo);
SendClientMessage(playerid, COLOR_GRAD2, string);
}
}
return 1;
}

 
[mod]Miért van az, hogy nem vagy képes használni a code taget? Rengetegszer figyelmeztettelek miatta, de azóta is vagy lehagyod a code taget, vagy spoilert hasznáslz helyette. Már ott tartok, hogy Notepad++ban cserélem le csere funkcióval a rossz taget a jóra.[/mod]

38
SA-MP: Szerverfejlesztés / Malibu RPG
« Dátum: 2014. október 04. - 17:06:04 »
Valaki segítene fell rakni a szerveremre?

39
RP/RPG kérések / Defensive jogosítvány
« Dátum: 2014. október 04. - 15:03:38 »
Helló! Cél szerû sobeitel le kérni az poziciót lehet h az a gond

40
SA-MP: Szerverfejlesztés / Malibu RPG
« Dátum: 2014. október 04. - 14:56:18 »
bele irtam...

Dupla hozzászólás automatikusan összefûzve. ( 2014. október 04. - 14:57:06 )

Nem tudna valaki segíteni nekem skypon adnék webadmin+ ftp-t mert sehogy se megy hogy kell berakni a modot :S

41
SA-MP: Szerverfejlesztés / Malibu RPG
« Dátum: 2014. október 04. - 14:05:32 »
be tetttem de akkor se megy



----------
Loaded log file: \"server_log.txt\".
----------
SA-MP Dedicated Server
----------------------
v0.3z-R2, ©2005-2014 SA-MP Team
[14:04:53]
[14:04:53] Server Plugins
[14:04:53] --------------
[14:04:53]  Loading plugin: mysql.so
[14:04:53]  SA:MP MySQL Plugin v2.1.1 Loaded.
[14:04:53]   Loaded.
[14:04:53]  Loading plugin: streamer.so
[14:04:53] [MySQL] Thread running. Threadsafe: Yes.
[14:04:53]
*** Streamer Plugin v2.5.2 by Incognito loaded ***
[14:04:53]   Loaded.
[14:04:53]  Loading plugin: sscanf.so
[14:04:53]
[14:04:53]  ===============================
[14:04:53]       sscanf plugin loaded.     
[14:04:53]    © 2009 Alex \"Y_Less\" Cole
[14:04:53]    0.3d-R2 500 Players \"dnee\"
[14:04:53]  ===============================
[14:04:53]   Loaded.
[14:04:53]  Loaded 3 plugins.
[14:04:54]
[14:04:54] Filterscripts
[14:04:54] ---------------
[14:04:54]   Loading filterscript \'map.amx\'...
[14:04:54]   Unable to load filterscript \'map.amx\'.
[14:04:54]   Loading filterscript \'map2.amx\'...
[14:04:54]   Unable to load filterscript \'map2.amx\'.
[14:04:54]   Loading filterscript \'parancsok.amx\'...
[14:04:54]   Unable to load filterscript \'parancsok.amx\'.
[14:04:54]   Loading filterscript \'armedbody.amx\'...
[14:04:54] =====================================================================
[14:04:54] This is a part of a OpenGTA subject, visit opengta.org for more info.
[14:04:54] FilterScript Name: Armed body
[14:04:54] Description:Attatch weapond to player\'s body
[14:04:54] Author:yezizhu
[14:04:54] Special thanks:Double-O-Seven, Brian.
[14:04:54] Contact author: [email protected]
[14:04:54] =====================================================================
[14:04:54]   Loading filterscript \'DOC.amx\'...
[14:04:54]   Loading filterscript \'tolls.amx\'...
[14:04:54]   Loading filterscript \'banims.amx\'...
[14:04:54]   Loading filterscript \'staticmap.amx\'...
[14:04:54]   Loaded 5 filterscripts.
[14:04:54] Script[gamemodes/frissmalibu.amx]: Run time error 19: \"File or function is not found\"
[14:04:54] Number of vehicle models: 0

42
SA-MP: Szerverfejlesztés / Malibu RPG
« Dátum: 2014. október 04. - 13:43:51 »
Probálom betenni ezt irja logba



Loaded log file: \"server_log.txt\".
----------
SA-MP Dedicated Server
----------------------
v0.3z-R2, ©2005-2014 SA-MP Team
[13:29:54]
[13:29:54] Server Plugins
[13:29:54] --------------
[13:29:54]  Loading plugin: mysql.so
[13:29:54]  SA:MP MySQL Plugin v2.1.1 Loaded.
[13:29:54]   Loaded.
[13:29:54] [MySQL] Thread running. Threadsafe: Yes.
[13:29:54]  Loading plugin: streamer.so
[13:29:54]
*** Streamer Plugin v2.5.2 by Incognito loaded ***
[13:29:54]   Loaded.
[13:29:54]  Loaded 2 plugins.
[13:29:54]
[13:29:54] Filterscripts
[13:29:54] ---------------
[13:29:54]   Loading filterscript \'map.amx\'...
[13:29:54]   Unable to load filterscript \'map.amx\'.
[13:29:54]   Loading filterscript \'map2.amx\'...
[13:29:54]   Unable to load filterscript \'map2.amx\'.
[13:29:54]   Loading filterscript \'parancsok.amx\'...
[13:29:54]   Unable to load filterscript \'parancsok.amx\'.
[13:29:54]   Loading filterscript \'armedbody.amx\'...
[13:29:54] =====================================================================
[13:29:54] This is a part of a OpenGTA subject, visit opengta.org for more info.
[13:29:54] FilterScript Name: Armed body
[13:29:54] Description:Attatch weapond to player\'s body
[13:29:54] Author:yezizhu
[13:29:54] Special thanks:Double-O-Seven, Brian.
[13:29:54] Contact author: [email protected]
[13:29:54] =====================================================================
[13:29:54]   Loading filterscript \'DOC.amx\'...
[13:29:54]   Loading filterscript \'tolls.amx\'...
[13:29:54]   Loading filterscript \'banims.amx\'...
[13:29:54]   Loading filterscript \'staticmap.amx\'...
[13:29:54]   Loaded 5 filterscripts.
[13:29:54] Script[gamemodes/frissmalibu.amx]: Run time error 19: \"File or function is not found\"
[13:29:54] Number of vehicle models: 0

43
SA-MP: Szerverfejlesztés / Malibu RPG
« Dátum: 2014. október 04. - 13:23:29 »
Megtaláltam .. Van benne 13 warning..

44
SA-MP: Szerverfejlesztés / Malibu RPG
« Dátum: 2014. október 04. - 12:58:49 »
helló! mysql-t hol kell át irni?

45
Segítségkérés / Dialog hosszú sor probléma
« Dátum: 2014. szeptember 29. - 18:26:24 »
Szia!
Ahol uj sort szeretnél kezdeni ezt tedd oda \\n és egy soral lejebb rakja

Oldalak: 1 2 [3] 4 5 ... 7
SimplePortal 2.3.7 © 2008-2024, SimplePortal