Ü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 ... 290 291 [292] 293 294 ... 318
4366
Szkript kérések / Üdvözlés névszerint
« Dátum: 2012. február 15. - 19:05:59 »
   
if(ServerInfo[ConnectMessages] == 1)
{
if (strlen(pAKA) < 3) format(str,sizeof(str),\"{BB56BD}*** {84DFEB}%s (%d) {BB56BD}belépett a szerverre\", PlayerName, playerid);
else if (!strcmp(pAKA,PlayerName,true)) format(str,sizeof(str),\"{BB56BD}*** {84DFEB}%s (%d) {BB56BD}belépett a szerverre\", PlayerName, playerid);
for(new i = 0; i < MAX_PLAYERS; i++) if(IsPlayerConnected(i) && playerid != i)
{
   if(PlayerInfo[Level] > 2) SendClientMessage(i,grey,str);
   else {
      format(string,sizeof(string),\"{BB56BD}*** {84DFEB}%s (%d) {BB56BD}belépett a szerverre\", PlayerName, playerid);
       SendClientMessage(i,grey,string);
   }
}
}

 
[/quote]
Azt nem mondta, hogy ladmin-t, vagy LuxAdmint használ.
Ha csak módba/scriptbe kell jó lesz ez is:
 
public OnPlayerConnect(playerid)
{
new str[256], Name[MAX_PLAYER_NAME];
GetPlayerName(playerid, Name, sizeof(Name));
format(str, 256, \"Üdvözöllek a szerveren %s!\", Name);
SendClientMessage(playerid, str);
return 1;
}

4367
Segítségkérés / crashdetect > OnDialogResponse() hiba..
« Dátum: 2012. február 15. - 15:28:28 »
Kösz, értem és megy is. :)
Zárok!

4368
Szkript kérések / LuxAdmin
« Dátum: 2012. február 15. - 07:19:12 »

4369
Szkript kérések / Üdvözlés névszerint
« Dátum: 2012. február 15. - 07:16:50 »
public OnPlayerConnect(playerid)
{
new str[256], Name[MAX_PLAYER_NAME];
GetPlayerName(playerid, Name, sizeof(Name));
format(str, 256, \"Üdvözöllek a szerveren %s!\", Name);
SendClientMessage(playerid, str);
return 1;
}

4370
Szkript kérések / Vip rendszer
« Dátum: 2012. február 15. - 07:15:12 »

4371
Segítségkérés / crashdetect > OnDialogResponse() hiba..
« Dátum: 2012. február 15. - 07:06:09 »
most néztem, hogy az OnDialogResponse vagy 60x van létrehozva ez a változó: new car = GetPlayerVehicleID(playerid);
De 1 et csináltam belõlük.
Ez lehetett a baja?

4372
Segítségkérés / 2perc/5000$
« Dátum: 2012. február 14. - 22:28:12 »
Vannak ezek:
 
new asd;
KillTimer(asd);
asd = SetTimer(\"Cash\", 120000, true);

 
Ezeket bármire átírhatod, csak egyezzenek.
Példa:
 
new penz;
KillTimer(penz);
penz = SetTimer(\"Cash\", 120000, true);

4373
Segítségkérés / crashdetect > OnDialogResponse() hiba..
« Dátum: 2012. február 14. - 22:25:47 »
Üdv all!
Betettem ezt a bizonyos plugins-t, hogy megnézzem, hogy hibás-e a szerver.
És talált a módba hibát, de nem tudom mi a hiba benne.
Hibák:
 
[07:03:19]: 
[07:03:19]: --- crashdetect 3.6.14 loaded
[14:01:16]: Script[gamemodes/dsw.amx]: During execution of OnDialogResponse():
[14:01:16]: Script[gamemodes/dsw.amx]: Run time error 4: \"Array index out of bounds\"
[14:01:16]: Additional information:
[14:01:16]:   Array max index is 211 but accessing an element at -400
[14:01:16]: Call stack (most recent call first):
[14:01:16]:   0x???????? => public OnDialogResponse()
[14:11:30]: Script[gamemodes/dsw.amx]: During execution of OnDialogResponse():
[14:11:30]: Script[gamemodes/dsw.amx]: Run time error 4: \"Array index out of bounds\"
[14:11:30]: Additional information:
[14:11:30]:   Array max index is 211 but accessing an element at -400
[14:11:30]: Call stack (most recent call first):
[14:11:30]:   0x???????? => public OnDialogResponse()
[14:42:33]: Script[gamemodes/dsw.amx]: During execution of OnDialogResponse():
[14:42:33]: Script[gamemodes/dsw.amx]: Run time error 4: \"Array index out of bounds\"
[14:42:33]: Additional information:
[14:42:33]:   Array max index is 211 but accessing an element at -400
[14:42:33]: Call stack (most recent call first):
[14:42:33]:   0x???????? => public OnDialogResponse()
[14:51:51]: Script[gamemodes/dsw.amx]: During execution of OnDialogResponse():
[14:51:51]: Script[gamemodes/dsw.amx]: Run time error 4: \"Array index out of bounds\"
[14:51:51]: Additional information:
[14:51:51]:   Array max index is 211 but accessing an element at -400
[14:51:51]: Call stack (most recent call first):
[14:51:51]:   0x???????? => public OnDialogResponse()
[15:01:34]: Script[gamemodes/dsw.amx]: During execution of OnDialogResponse():
[15:01:34]: Script[gamemodes/dsw.amx]: Run time error 4: \"Array index out of bounds\"
[15:01:34]: Additional information:
[15:01:34]:   Array max index is 211 but accessing an element at -400
[15:01:34]: Call stack (most recent call first):
[15:01:34]:   0x???????? => public OnDialogResponse()
[16:25:54]: Script[gamemodes/dsw.amx]: During execution of OnDialogResponse():
[16:25:54]: Script[gamemodes/dsw.amx]: Run time error 4: \"Array index out of bounds\"
[16:25:54]: Additional information:
[16:25:54]:   Array max index is 211 but accessing an element at -400
[16:25:54]: Call stack (most recent call first):
[16:25:54]:   0x???????? => public OnDialogResponse()
[16:41:44]: Script[gamemodes/dsw.amx]: During execution of OnDialogResponse():
[16:41:44]: Script[gamemodes/dsw.amx]: Run time error 4: \"Array index out of bounds\"
[16:41:44]: Additional information:
[16:41:44]:   Array max index is 211 but accessing an element at -400
[16:41:44]: Call stack (most recent call first):
[16:41:44]:   0x???????? => public OnDialogResponse()
[16:55:59]: Script[gamemodes/dsw.amx]: During execution of OnDialogResponse():
[16:55:59]: Script[gamemodes/dsw.amx]: Run time error 4: \"Array index out of bounds\"
[16:55:59]: Additional information:
[16:55:59]:   Array max index is 211 but accessing an element at -400
[16:55:59]: Call stack (most recent call first):
[16:55:59]:   0x???????? => public OnDialogResponse()
[17:36:17]: The server has crashed due to an unknown error
[17:36:27]:
[17:36:27]: --- crashdetect 3.6.14 loaded
[17:37:08]: The server has crashed due to an unknown error
[17:37:18]:
[17:37:18]: --- crashdetect 3.6.14 loaded
[18:27:39]: Script[gamemodes/dsw.amx]: During execution of OnDialogResponse():
[18:27:39]: Script[gamemodes/dsw.amx]: Run time error 4: \"Array index out of bounds\"
[18:27:39]: Additional information:
[18:27:39]:   Array max index is 211 but accessing an element at -400
[18:27:39]: Call stack (most recent call first):
[18:27:39]:   0x???????? => public OnDialogResponse()
[18:27:43]: Script[gamemodes/dsw.amx]: During execution of OnDialogResponse():
[18:27:43]: Script[gamemodes/dsw.amx]: Run time error 4: \"Array index out of bounds\"
[18:27:43]: Additional information:
[18:27:43]:   Array max index is 211 but accessing an element at -400
[18:27:43]: Call stack (most recent call first):
[18:27:43]:   0x???????? => public OnDialogResponse()
[18:34:39]: Script[gamemodes/dsw.amx]: During execution of OnDialogResponse():
[18:34:39]: Script[gamemodes/dsw.amx]: Run time error 4: \"Array index out of bounds\"
[18:34:39]: Additional information:
[18:34:39]:   Array max index is 211 but accessing an element at -400
[18:34:39]: Call stack (most recent call first):
[18:34:39]:   0x???????? => public OnDialogResponse()
[18:36:54]: Script[gamemodes/dsw.amx]: During execution of OnDialogResponse():
[18:36:54]: Script[gamemodes/dsw.amx]: Run time error 4: \"Array index out of bounds\"
[18:36:54]: Additional information:
[18:36:54]:   Array max index is 211 but accessing an element at -400
[18:36:54]: Call stack (most recent call first):
[18:36:54]:   0x???????? => public OnDialogResponse()
[18:36:57]: Script[gamemodes/dsw.amx]: During execution of OnDialogResponse():
[18:36:57]: Script[gamemodes/dsw.amx]: Run time error 4: \"Array index out of bounds\"
[18:36:57]: Additional information:
[18:36:57]:   Array max index is 211 but accessing an element at -400
[18:36:57]: Call stack (most recent call first):
[18:36:57]:   0x???????? => public OnDialogResponse()
[18:37:00]: Script[gamemodes/dsw.amx]: During execution of OnDialogResponse():
[18:37:00]: Script[gamemodes/dsw.amx]: Run time error 4: \"Array index out of bounds\"
[18:37:00]: Additional information:
[18:37:00]:   Array max index is 211 but accessing an element at -400
[18:37:00]: Call stack (most recent call first):
[18:37:00]:   0x???????? => public OnDialogResponse()
[18:53:51]: Script[gamemodes/dsw.amx]: During execution of OnDialogResponse():
[18:53:51]: Script[gamemodes/dsw.amx]: Run time error 4: \"Array index out of bounds\"
[18:53:51]: Additional information:
[18:53:51]:   Array max index is 211 but accessing an element at -400
[18:53:51]: Call stack (most recent call first):
[18:53:51]:   0x???????? => public OnDialogResponse()
[19:19:35]: Script[gamemodes/dsw.amx]: During execution of OnDialogResponse():
[19:19:35]: Script[gamemodes/dsw.amx]: Run time error 4: \"Array index out of bounds\"
[19:19:35]: Additional information:
[19:19:35]:   Array max index is 211 but accessing an element at -400
[19:19:35]: Call stack (most recent call first):
[19:19:35]:   0x???????? => public OnDialogResponse()
[19:27:23]: Script[gamemodes/dsw.amx]: During execution of OnDialogResponse():
[19:27:23]: Script[gamemodes/dsw.amx]: Run time error 4: \"Array index out of bounds\"
[19:27:23]: Additional information:
[19:27:23]:   Array max index is 211 but accessing an element at -400
[19:27:23]: Call stack (most recent call first):
[19:27:23]:   0x???????? => public OnDialogResponse()
[19:49:28]: Script[gamemodes/dsw.amx]: During execution of OnDialogResponse():
[19:49:28]: Script[gamemodes/dsw.amx]: Run time error 4: \"Array index out of bounds\"
[19:49:28]: Additional information:
[19:49:28]:   Array max index is 211 but accessing an element at -400
[19:49:28]: Call stack (most recent call first):
[19:49:28]:   0x???????? => public OnDialogResponse()
[19:52:54]: Script[gamemodes/dsw.amx]: During execution of OnDialogResponse():
[19:52:54]: Script[gamemodes/dsw.amx]: Run time error 4: \"Array index out of bounds\"
[19:52:54]: Additional information:
[19:52:54]:   Array max index is 211 but accessing an element at -400
[19:52:54]: Call stack (most recent call first):
[19:52:54]:   0x???????? => public OnDialogResponse()
[20:23:40]: Script[gamemodes/dsw.amx]: During execution of OnDialogResponse():
[20:23:40]: Script[gamemodes/dsw.amx]: Run time error 4: \"Array index out of bounds\"
[20:23:40]: Additional information:
[20:23:40]:   Array max index is 211 but accessing an element at -400
[20:23:40]: Call stack (most recent call first):
[20:23:40]:   0x???????? => public OnDialogResponse()
[20:23:42]: Script[gamemodes/dsw.amx]: During execution of OnDialogResponse():
[20:23:42]: Script[gamemodes/dsw.amx]: Run time error 4: \"Array index out of bounds\"
[20:23:42]: Additional information:
[20:23:42]:   Array max index is 211 but accessing an element at -400
[20:23:42]: Call stack (most recent call first):
[20:23:42]:   0x???????? => public OnDialogResponse()
[20:23:46]: Script[gamemodes/dsw.amx]: During execution of OnDialogResponse():
[20:23:46]: Script[gamemodes/dsw.amx]: Run time error 4: \"Array index out of bounds\"
[20:23:46]: Additional information:
[20:23:46]:   Array max index is 211 but accessing an element at -400
[20:23:46]: Call stack (most recent call first):
[20:23:46]:   0x???????? => public OnDialogResponse()
[20:59:51]: Script[gamemodes/dsw.amx]: During execution of OnDialogResponse():
[20:59:51]: Script[gamemodes/dsw.amx]: Run time error 4: \"Array index out of bounds\"
[20:59:51]: Additional information:
[20:59:51]:   Array max index is 211 but accessing an element at -400
[20:59:51]: Call stack (most recent call first):
[20:59:51]:   0x???????? => public OnDialogResponse()
[21:04:07]: Script[gamemodes/dsw.amx]: During execution of OnDialogResponse():
[21:04:07]: Script[gamemodes/dsw.amx]: Run time error 4: \"Array index out of bounds\"
[21:04:07]: Additional information:
[21:04:07]:   Array max index is 211 but accessing an element at -400
[21:04:07]: Call stack (most recent call first):
[21:04:07]:   0x???????? => public OnDialogResponse()
[21:06:31]: Script[gamemodes/dsw.amx]: During execution of OnDialogResponse():
[21:06:31]: Script[gamemodes/dsw.amx]: Run time error 4: \"Array index out of bounds\"
[21:06:31]: Additional information:
[21:06:31]:   Array max index is 211 but accessing an element at -400
[21:06:31]: Call stack (most recent call first):
[21:06:31]:   0x???????? => public OnDialogResponse()
[21:42:52]: Script[gamemodes/dsw.amx]: During execution of OnDialogResponse():
[21:42:52]: Script[gamemodes/dsw.amx]: Run time error 4: \"Array index out of bounds\"
[21:42:52]: Additional information:
[21:42:52]:   Array max index is 211 but accessing an element at -400
[21:42:52]: Call stack (most recent call first):
[21:42:52]:   0x???????? => public OnDialogResponse()
[22:02:51]: Script[gamemodes/dsw.amx]: During execution of OnDialogResponse():
[22:02:51]: Script[gamemodes/dsw.amx]: Run time error 4: \"Array index out of bounds\"
[22:02:51]: Additional information:
[22:02:51]:   Array max index is 211 but accessing an element at -400
[22:02:51]: Call stack (most recent call first):
[22:02:51]:   0x???????? => public OnDialogResponse()
[22:07:11]: Script[gamemodes/dsw.amx]: During execution of OnDialogResponse():
[22:07:11]: Script[gamemodes/dsw.amx]: Run time error 4: \"Array index out of bounds\"
[22:07:11]: Additional information:
[22:07:11]:   Array max index is 211 but accessing an element at -400
[22:07:11]: Call stack (most recent call first):
[22:07:11]:   0x???????? => public OnDialogResponse()
[22:07:27]: Script[gamemodes/dsw.amx]: During execution of OnDialogResponse():
[22:07:27]: Script[gamemodes/dsw.amx]: Run time error 4: \"Array index out of bounds\"
[22:07:27]: Additional information:
[22:07:27]:   Array max index is 211 but accessing an element at -400
[22:07:27]: Call stack (most recent call first):
[22:07:27]:   0x???????? => public OnDialogResponse()
[22:08:38]: Script[gamemodes/dsw.amx]: During execution of OnDialogResponse():
[22:08:38]: Script[gamemodes/dsw.amx]: Run time error 4: \"Array index out of bounds\"
[22:08:38]: Additional information:
[22:08:38]:   Array max index is 211 but accessing an element at -400
[22:08:38]: Call stack (most recent call first):
[22:08:38]:   0x???????? => public OnDialogResponse()

4374
Segítségkérés / 2perc/5000$
« Dátum: 2012. február 14. - 22:19:57 »
Ez is az csak hibátlanul.
 
#include <a_samp>
#include <zcmd>
new asd;
forward Cash();
public OnFilterScriptInit()
{
return 1;
}
public OnFilterScriptExit()
{
KillTimer(asd);
return 1;
}
public Cash()
{
    for(new i = 0; i < MAX_PLAYERS; i++)
{
    GivePlayerMoney(i, GetPlayerMoney(i) + 5000);
}
return 1;
}
CMD:money(playerid, params[])
{
if(IsPlayerAdmin(playerid) == 1){
asd = SetTimer(\"Cash\", 120000, true);
SendClientMessage(playerid, -1, \"Mostantól mindenkinek 2 percenként nõ a pénze 5000$-al!\"); }
return 1;
}
CMD:moneyoff(playerid, params[])
{
if(IsPlayerAdmin(playerid) == 1){
KillTimer(asd);
SendClientMessage(playerid, -1, \"Mostantól nem kap pénzt senki!\"); }
return 1;
}

4375
Segítségkérés / 2perc/5000$
« Dátum: 2012. február 14. - 22:17:20 »
OFF: minek írtad le más változóval, az én megoldásom?

4376
Segítségkérés / 2perc/5000$
« Dátum: 2012. február 14. - 22:13:26 »
Azzal tudtam megoldani a KillTimert!

4377
Segítségkérés / 2perc/5000$
« Dátum: 2012. február 14. - 22:08:02 »
#include <a_samp>
#include <zcmd>
new asd;
forward Cash();
public OnFilterScriptInit()
{
return 1;
}
public OnFilterScriptExit()
{
KillTimer(asd);
return 1;
}
public Cash()
{
    for(new i = 0; i < MAX_PLAYERS; i++)
{
    GivePlayerMoney(i, GetPlayerMoney(i) + 5000);
}
return 1;
}
CMD:money(playerid, params[])
{
if(IsPlayerAdmin(playerid) == 1){
asd = SetTimer(\"Cash\", 120000, true);
SendClientMessage(playerid, -1, \"Mostantól mindenkinek 2 percenként nõ a pénze 5000$-al!\"); }
return 1;
}
CMD:moneyoff(playerid, params[])
{
if(IsPlayerAdmin(playerid) == 1){
KillTimer(asd);
SendClientMessage(playerid, -1, \"Mostantól nem kap pénzt senki!\"); }
return 1;
}

 
Így?

4378
Segítségkérés / 2perc/5000$
« Dátum: 2012. február 14. - 22:03:23 »
Megírtam neked úgy, hogy alapból kapjon mindenki 5000$-t 2 percenként.
Ha jól értelmeztem ezt akartad.
 
#include <a_samp>
new asd;
forward Cash();
public OnFilterScriptInit()
{
asd = SetTimer(\"Cash\", 120000, true); // 120000 = 2 perc
return 1;
}
public OnFilterScriptExit()
{
KillTimer(asd);
return 1;
}
public Cash()
{
    for(new i = 0; i < MAX_PLAYERS; i++)
{
    GivePlayerMoney(i, GetPlayerMoney(i) + 5000);
}
return 1;
}

4379
SA-MP: Szerverfejlesztés / Üveg jump
« Dátum: 2012. február 14. - 21:43:48 »
Jó lett de 1 tanács:
Én a helyedben a Wang cars üveget használtam volna. (Valami carshow... az object neve ha beírod ezt akkor kihozza.)
[/quote]
Kössz a tippet kipróbálom. :)
 
Tetszik olyan infernus paradise re emlékeztet engem :)[/quote]
Kösz. Egyébként oylan kinézete van, tényleg. :D
 
Szép lett a videó és a képek alapján. :)[/quote]
Thx! :D

4380
SA-MP: Szerverfejlesztés / Üdvözlõ Üzenet [ÚJ]
« Dátum: 2012. február 14. - 16:43:07 »
Nem csak átalakítottad az elõzõ másoltat?

Oldalak: 1 ... 290 291 [292] 293 294 ... 318
SimplePortal 2.3.7 © 2008-2025, SimplePortal