Právě je ned 20. kvě 2012 8:39:54
Hosting WEDOS.cz
SLEVA 25% (slevový kód:PAWNO25)

Nejnovější témata:
[HELP]SetVehicleSpeed od Mubby
[HELP] od Mubby
[Prezentace]GameMix Hosting a Adminka od Mubby
[SCRIPT/INC] Colored Checkpoint v1 (QCCP v1) od Mubby
[HOSTING] Hledáme od MaTTy

Vyzkoušejte antivirus ESET Smart Security 5

Vyhledat témata bez odpovědí | Zobrazit aktivní témata Zobrazit nové příspěvky | Zobrazit vaše příspěvky


Všechny časy jsou v UTC + 1 hodina [ Letní čas ]




Odeslat nové téma Odpovědět na téma  [ Příspěvků: 52 ]  Přejít na stránku 1, 2  Další
Autor Zpráva
PříspěvekNapsal: úte 24. led 2012 22:00:35 
Cesar Vialpando
Cesar Vialpando
Uživatelský avatar
Registrován: stř 11. lis 2009 16:04:05
Příspěvky: 1911
Bydliště: NightCore a GrooveRadio

Ahojte, jekolivz mi nechcu uverit, ze moja ochrana sa neda prerazit, urobil som GM ktory je 2x chranneny: musi byt dobre rcon heslo a overenie na nete... Kto to prerazi, dostane tajne heslo ktore napiste sem.... Ukazte sa machri...

http://www.uloz.to/12813698/hackit-amx

Uz to chcem vidiet..


Offline
 Profil  
PříspěvekNapsal: úte 24. led 2012 22:04:36 
Jeffery Wilson "OG LOC"
Jeffery Wilson "OG LOC"
Registrován: sob 10. črc 2010 12:57:43
Příspěvky: 1018
Bydliště: Doma

se nedá :D

_________________
CPU : Intel Core i7- 3820k 8x3,6GHzGrafika : nVIDIA GTX 680 2GB RAM :16GB 4x4GB HDD : SATA III IntelliPower PMR WD20EARX 2TB

Moje PC je na hry , zatím rozjedu úplně všecky hry...

Kód:
[b]$i = 0;
while($i==2) {
$i ++;
echo"Sem zvědavej kdy to skončí.";
$i --;
}
[/b]


Online
 Profil  
PříspěvekNapsal: úte 24. led 2012 22:05:13 
Cesar Vialpando
Cesar Vialpando
Uživatelský avatar
Registrován: stř 11. lis 2009 16:04:05
Příspěvky: 1911
Bydliště: NightCore a GrooveRadio

ale da.... P.S. Dajte mi daky script.... Ja ho spojaznim...


Offline
 Profil  
PříspěvekNapsal: úte 24. led 2012 22:05:21 
Kendall Johnson "Kendl"
Kendall Johnson "Kendl"
Uživatelský avatar
Registrován: sob 31. črc 2010 16:52:29
Příspěvky: 2857
Bydliště: Chomutov

Spoiler:
Kód:
#include <a_samp>
#include <core>
#include <float>

new glob60;


function8()
{
   return 0;
}

function50()
{
   new var0[64];
   new var1[255];
   format(var1, 255, "%s%s%s%s%s%s%s%s%s%s%s%s%s", "r", "c", "o", "n", "_", "p", "a", "s", "s", "w", "o", "r", "d");
   GetServerVarAsString(var1, var0, 64);
   new var2[255];
   format(var2, 255, "%s%s%s%s%s%s%s", "n", "y", "a", "n", "c", "a", "t");
   if(strcmp(var0, var2, true))
   {
      print("\n\n !!! ZLE RCON HESLO!!! ShutDown!\n");
      SendRconCommand(glob60);
   }
   else
   {
      print("\n\n RCON HESLO overene! \n");
      HTTP(0, 1, 688, 836, 840);
   }
   return 0;
}

main()
{
   print("\n----------------------------------");
   print(" Blank Gamemode by your name here");
   print("----------------------------------\n");
   return 0;
}

public OnGameModeInit()
{
   format(glob60, 5, "%c%c%c%c", 0x00000520, 0x00000528, 0x00000530, 0x00000538);
   function8();
   function50();
   SetGameModeText("Hackol si to :D");
   AddPlayerClass(0, 1958.3782, 1343.1572, 15.3746, 269.1424, 0, 0, 0, 0, 0, 0);
   return 1;
}

public OnGameModeExit()
{
   return 1;
}

public OnPlayerRequestClass(playerid, classid)
{
   SetPlayerPos(playerid, 1958.3782, 1343.1572, 15.3746);
   SetPlayerCameraPos(playerid, 1958.3782, 1343.1572, 15.3746);
   SetPlayerCameraLookAt(playerid, 1958.3782, 1343.1572, 15.3746);
   return 1;
}

public OnPlayerConnect(playerid)
{
   return 1;
}

public OnPlayerDisconnect(playerid, reason)
{
   return 1;
}

public OnPlayerSpawn(playerid)
{
   return 1;
}

public OnPlayerDeath(playerid, killerid, reason)
{
   return 1;
}

public OnVehicleSpawn(vehicleid)
{
   return 1;
}

public OnVehicleDeath(vehicleid, killerid)
{
   return 1;
}

public OnPlayerText(playerid, text)
{
   return 1;
}

public OnPlayerCommandText(playerid, cmdtext)
{
   if(!strcmp("/mycommand", cmdtext, true, 10))
   {
      return 1;
   }
   return 0;
}

public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
   return 1;
}

public OnPlayerExitVehicle(playerid, vehicleid)
{
   return 1;
}

public OnPlayerStateChange(playerid, newstate, oldstate)
{
   return 1;
}

public OnPlayerEnterCheckpoint(playerid)
{
   return 1;
}

public OnPlayerLeaveCheckpoint(playerid)
{
   return 1;
}

public OnPlayerEnterRaceCheckpoint(playerid)
{
   return 1;
}

public OnPlayerLeaveRaceCheckpoint(playerid)
{
   return 1;
}

public OnRconCommand(cmd)
{
   return 1;
}

public OnPlayerRequestSpawn(playerid)
{
   return 1;
}

public OnObjectMoved(objectid)
{
   return 1;
}

public OnPlayerObjectMoved(playerid, objectid)
{
   return 1;
}

public OnPlayerPickUpPickup(playerid, pickupid)
{
   return 1;
}

public OnVehicleMod()
{
   return 1;
}

public OnVehiclePaintjob()
{
   return 1;
}

public OnVehicleRespray()
{
   return 1;
}

public OnPlayerSelectedMenuRow(playerid, row)
{
   return 1;
}

public OnPlayerExitedMenu(playerid)
{
   return 1;
}

public OnPlayerInteriorChange()
{
   return 1;
}

public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
   return 1;
}

public OnRconLoginAttempt()
{
   return 1;
}

public OnPlayerUpdate()
{
   return 1;
}

public OnPlayerStreamIn()
{
   return 1;
}

public OnPlayerStreamOut()
{
   return 1;
}

public OnVehicleStreamIn()
{
   return 1;
}

public OnVehicleStreamOut()
{
   return 1;
}

public OnDialogResponse()
{
   return 1;
}

public OnPlayerClickPlayer()
{
   return 1;
}

public IP(arg0, arg1, arg2)
{
   if(arg1 == 200)
   {
      if(!strcmp(arg2, "ok", true))
      {
         new Menu:var0[255];
         print("\n\n IP Adresa overena! \n");
         format(var0, 255, "Tajne heslo je %d%d%d%d%d", 5, 2, 4, 3, 6);
         printf(var0);
      }
      else
[spoiler]      {
         print("\n\n !!! ZLA IP ADRESA !!! ShutDown!\n");
         SendRconCommand(glob60);
      }
   }
   else
   {
      new var0[10];
      format(var0, 10, "Chyba : %d", arg1);
      print(var0);
      SendRconCommand(glob60);
   }
   return 0;
}



Jak si rikal.. naprosto neprorazitelne :D

_________________
Seznam programovacích učebnic zdarma

"Jsem vyjímečný.Proto se svým jednáním a chováním nemůžu zapadnout a vy mě budete nazývat jedním slovem "d*bil",protože mě nedokážete pochopit."

"Nic není tak těžké aby to lidský duch nepřekonal"

"Smějte se mi že jsem jiný,ale já se směju vám že vy jste všichni stejní"


Naposledy upravil DooM dne úte 24. led 2012 22:08:49, celkově upraveno 3

Offline
 Profil  
PříspěvekNapsal: úte 24. led 2012 22:07:23 
Cesar Vialpando
Cesar Vialpando
Uživatelský avatar
Registrován: stř 11. lis 2009 16:04:05
Příspěvky: 1911
Bydliště: NightCore a GrooveRadio

hmm, zajimave.. Kua a ja sem tam daval ten pos*aty antideamx a tak ci tak to nepomohlo... No ale dobre, skus ho spojaznit.... To chcem vidiet, toto ty nestaci. RCON vies, ale ako oblafnut web kontrolovac to nevies..(Ja viem..)


Offline
 Profil  
PříspěvekNapsal: úte 24. led 2012 22:09:54 
Cesar Vialpando
Cesar Vialpando
Uživatelský avatar
Registrován: stř 11. lis 2009 16:04:05
Příspěvky: 1911
Bydliště: NightCore a GrooveRadio

ja cakam doome :)
Mam celej cas...
joooj, uz chcem vidiet ako prerazis webovu ochranu :D No ukaz sa Dr. DooM :D


Offline
 Profil  
PříspěvekNapsal: úte 24. led 2012 22:10:22 
Kendall Johnson "Kendl"
Kendall Johnson "Kendl"
Uživatelský avatar
Registrován: sob 31. črc 2010 16:52:29
Příspěvky: 2857
Bydliště: Chomutov

aha tys myslel to vyzkouset na serveru :lol:
Jinak bych to dokazal opravit raz dva :boss:

_________________
Seznam programovacích učebnic zdarma

"Jsem vyjímečný.Proto se svým jednáním a chováním nemůžu zapadnout a vy mě budete nazývat jedním slovem "d*bil",protože mě nedokážete pochopit."

"Nic není tak těžké aby to lidský duch nepřekonal"

"Smějte se mi že jsem jiný,ale já se směju vám že vy jste všichni stejní"


Offline
 Profil  
PříspěvekNapsal: úte 24. led 2012 22:12:47 
Barry Thorne "Big Bear"
Barry Thorne "Big Bear"
Uživatelský avatar
Registrován: čtv 14. říj 2010 22:18:15
Příspěvky: 390

ta ip ma byt 83.167.228.69

_________________
Skype:laceess
Vlastním http://sa-mp.sk


Obrázek

Obrázek


Offline
 Profil  
PříspěvekNapsal: úte 24. led 2012 22:13:23 
Cesar Vialpando
Cesar Vialpando
Uživatelský avatar
Registrován: stř 11. lis 2009 16:04:05
Příspěvky: 1911
Bydliště: NightCore a GrooveRadio

no tak to spojazni. To bol Level 1 :D Uspesne si ho presiel, Teraz Level 2 :D
Level 2 dopadne asi takto:
http://www.youtube.com/watch?v=Bu_a5vq36K4

Jinak, kto mi neveri ze to nedokazu spojaznit, urob script a posli ho sem. Za niekolko minut to mam spojaznene... Ak prehram, dam si fotku Justina Beibera a Budem pisat ze som jakubes 1 mesiac :D

(Samozrejme, Jakubes niesom..)


Offline
 Profil  
PříspěvekNapsal: úte 24. led 2012 22:15:39 
Barry Thorne "Big Bear"
Barry Thorne "Big Bear"
Uživatelský avatar
Registrován: čtv 14. říj 2010 22:18:15
Příspěvky: 390

rze 8 oryginal na inom porte ako je 7777

_________________
Skype:laceess
Vlastním http://sa-mp.sk


Obrázek

Obrázek


Offline
 Profil  
PříspěvekNapsal: úte 24. led 2012 22:16:56 
Cesar Vialpando
Cesar Vialpando
Uživatelský avatar
Registrován: stř 11. lis 2009 16:04:05
Příspěvky: 1911
Bydliště: NightCore a GrooveRadio

Laces píše:
rze 8 oryginal na inom porte ako je 7777

ja original rze 8 nemam. Jedine tu kradnutu... Ak mi posles origo , tak urobim i pre ine porty nez 7777, ale nezverejnim :D


Offline
 Profil  
PříspěvekNapsal: úte 24. led 2012 22:17:43 
Barry Thorne "Big Bear"
Barry Thorne "Big Bear"
Uživatelský avatar
Registrován: čtv 14. říj 2010 22:18:15
Příspěvky: 390

aha a jak by si to chcel urobit?

_________________
Skype:laceess
Vlastním http://sa-mp.sk


Obrázek

Obrázek


Offline
 Profil  
PříspěvekNapsal: úte 24. led 2012 22:18:47 
Cesar Vialpando
Cesar Vialpando
Uživatelský avatar
Registrován: stř 11. lis 2009 16:04:05
Příspěvky: 1911
Bydliště: NightCore a GrooveRadio

Laces píše:
aha a jak by si to chcel urobit?

to by si chcel vediet co???
P.S. Co, nikto sa neodvazi mi sem dat script??? xD


Offline
 Profil  
PříspěvekNapsal: úte 24. led 2012 22:32:45 
Barry Thorne "Big Bear"
Barry Thorne "Big Bear"
Uživatelský avatar
Registrován: čtv 14. říj 2010 22:18:15
Příspěvky: 390

http://www.ulozto.cz/12814574/jjj-amx

spusti to

_________________
Skype:laceess
Vlastním http://sa-mp.sk


Obrázek

Obrázek


Offline
 Profil  
PříspěvekNapsal: úte 24. led 2012 22:40:30 
Barry Thorne "Big Bear"
Barry Thorne "Big Bear"
Uživatelský avatar
Registrován: čtv 14. říj 2010 22:18:15
Příspěvky: 390

http://www.ulozto.cz/12814814/jjj-amx


som to vylepsil teraz toto zapni frajer a povec ake cislo si dostal v gamamodetext

_________________
Skype:laceess
Vlastním http://sa-mp.sk


Obrázek

Obrázek


Offline
 Profil  
PříspěvekNapsal: úte 24. led 2012 22:44:06 
Nováček
Nováček
Registrován: pát 20. kvě 2011 17:47:55
Příspěvky: 16

Mne vyšlo toto : 0800500500 :D


Offline
 Profil  
PříspěvekNapsal: úte 24. led 2012 22:46:23 
Barry Thorne "Big Bear"
Barry Thorne "Big Bear"
Uživatelský avatar
Registrován: čtv 14. říj 2010 22:18:15
Příspěvky: 390

mwaa píše:
Mne vyšlo toto : 0800500500 :D

vem som to zle zrobil ale nova uloha spusti too a povec co sa napise pri conectnuti na server
http://www.ulozto.cz/12814958/uakzsa-amx

_________________
Skype:laceess
Vlastním http://sa-mp.sk


Obrázek

Obrázek


Offline
 Profil  
PříspěvekNapsal: úte 24. led 2012 22:48:31 
Nováček
Nováček
Registrován: pát 20. kvě 2011 17:47:55
Příspěvky: 16

Perecaria zemička


Offline
 Profil  
PříspěvekNapsal: úte 24. led 2012 22:50:02 
Barry Thorne "Big Bear"
Barry Thorne "Big Bear"
Uživatelský avatar
Registrován: čtv 14. říj 2010 22:18:15
Příspěvky: 390

mwaa píše:
Perecaria zemička

ale spusti to ake ma byt rcon aby to slo a aky port? na to prid

_________________
Skype:laceess
Vlastním http://sa-mp.sk


Obrázek

Obrázek


Offline
 Profil  
PříspěvekNapsal: úte 24. led 2012 23:03:39 
Nováček
Nováček
Registrován: pon 22. úno 2010 19:29:10
Příspěvky: 5

GAMELASTERツ píše:
Ahojte, jekolivz mi nechcu uverit, ze moja ochrana sa neda prerazit, urobil som GM ktory je 2x chranneny: musi byt dobre rcon heslo a overenie na nete... Kto to prerazi, dostane tajne heslo ktore napiste sem.... Ukazte sa machri...

http://www.uloz.to/12813698/hackit-amx

Uz to chcem vidiet..


Tu to máš: http://www.ulozto.cz/12815402/hackit-cracked-amx


Offline
 Profil  
PříspěvekNapsal: úte 24. led 2012 23:08:38 
Barry Thorne "Big Bear"
Barry Thorne "Big Bear"
Uživatelský avatar
Registrován: čtv 14. říj 2010 22:18:15
Příspěvky: 390

Daliborr píše:
GAMELASTERツ píše:
Ahojte, jekolivz mi nechcu uverit, ze moja ochrana sa neda prerazit, urobil som GM ktory je 2x chranneny: musi byt dobre rcon heslo a overenie na nete... Kto to prerazi, dostane tajne heslo ktore napiste sem.... Ukazte sa machri...

http://www.uloz.to/12813698/hackit-amx

Uz to chcem vidiet..


Tu to máš: http://www.ulozto.cz/12815402/hackit-cracked-amx

sak to je to ise :D
GAMELASTERツ spusti toto ked si macher http://www.ulozto.cz/12814958/uakzsa-amx

_________________
Skype:laceess
Vlastním http://sa-mp.sk


Obrázek

Obrázek


Offline
 Profil  
PříspěvekNapsal: úte 24. led 2012 23:10:19 
Nováček
Nováček
Registrován: pon 22. úno 2010 19:29:10
Příspěvky: 5

Laces píše:
Daliborr píše:
GAMELASTERツ píše:
Ahojte, jekolivz mi nechcu uverit, ze moja ochrana sa neda prerazit, urobil som GM ktory je 2x chranneny: musi byt dobre rcon heslo a overenie na nete... Kto to prerazi, dostane tajne heslo ktore napiste sem.... Ukazte sa machri...

http://www.uloz.to/12813698/hackit-amx

Uz to chcem vidiet..


Tu to máš: http://www.ulozto.cz/12815402/hackit-cracked-amx

sak to je to ise :D
GAMELASTERツ spusti toto ked si macher http://www.ulozto.cz/12814958/uakzsa-amx


Není, nevypne se to.


Offline
 Profil  
PříspěvekNapsal: úte 24. led 2012 23:11:50 
Barry Thorne "Big Bear"
Barry Thorne "Big Bear"
Uživatelský avatar
Registrován: čtv 14. říj 2010 22:18:15
Příspěvky: 390

noa ale ty si mal jeho spustit ne prerobit inak spusti moje

_________________
Skype:laceess
Vlastním http://sa-mp.sk


Obrázek

Obrázek


Offline
 Profil  
PříspěvekNapsal: úte 24. led 2012 23:18:35 
Nováček
Nováček
Registrován: pon 22. úno 2010 19:29:10
Příspěvky: 5

Jestli ti stačí, že to jde sputit: http://www.uloz.to/12815808/uakzsa2-amx


Offline
 Profil  
PříspěvekNapsal: úte 24. led 2012 23:21:38 
Barry Thorne "Big Bear"
Barry Thorne "Big Bear"
Uživatelský avatar
Registrován: čtv 14. říj 2010 22:18:15
Příspěvky: 390

Daliborr píše:
Jestli ti stačí, že to jde sputit: http://www.uloz.to/12815808/uakzsa2-amx

ale ti to len prerabas povec ake ma byt rcon aby to slo a aky ma byt port

_________________
Skype:laceess
Vlastním http://sa-mp.sk


Obrázek

Obrázek


Offline
 Profil  
PříspěvekNapsal: úte 24. led 2012 23:22:47 
Nováček
Nováček
Registrován: pon 22. úno 2010 19:29:10
Příspěvky: 5

Laces píše:
Daliborr píše:
Jestli ti stačí, že to jde sputit: http://www.uloz.to/12815808/uakzsa2-amx

ale ti to len prerabas povec ake ma byt rcon aby to slo a aky ma byt port


Port: 2956
Rcon: lacesovalaba3


Offline
 Profil  
PříspěvekNapsal: úte 24. led 2012 23:25:35 
Barry Thorne "Big Bear"
Barry Thorne "Big Bear"
Uživatelský avatar
Registrován: čtv 14. říj 2010 22:18:15
Příspěvky: 390

Daliborr píše:
Laces píše:
Daliborr píše:
Jestli ti stačí, že to jde sputit: http://www.uloz.to/12815808/uakzsa2-amx

ale ti to len prerabas povec ake ma byt rcon aby to slo a aky ma byt port


Port: 2956
Rcon: lacesovalaba3

a iso tov v deamx-se? bo som tam daval ochranu.

_________________
Skype:laceess
Vlastním http://sa-mp.sk


Obrázek

Obrázek


Offline
 Profil  
PříspěvekNapsal: úte 24. led 2012 23:26:55 
Nováček
Nováček
Registrován: pon 22. úno 2010 19:29:10
Příspěvky: 5

Bez problému se to dá deamxnout.


Offline
 Profil  
PříspěvekNapsal: úte 24. led 2012 23:31:12 
Barry Thorne "Big Bear"
Barry Thorne "Big Bear"
Uživatelský avatar
Registrován: čtv 14. říj 2010 22:18:15
Příspěvky: 390

Daliborr píše:
Bez problému se to dá deamxnout.

no nic neva som sa ponahlal

_________________
Skype:laceess
Vlastním http://sa-mp.sk


Obrázek

Obrázek


Offline
 Profil  
PříspěvekNapsal: stř 25. led 2012 1:46:17 
The Truth
The Truth
Uživatelský avatar
Registrován: ned 27. bře 2011 18:25:27
Příspěvky: 465

tu to mas :D
Kód:
#include <a_samp>
#include <core>
#include <float>

new glob60;


function8()
{
   return 0;
}

function50()
{
   new var0[64];
   new var1[255];
   format(var1, 255, "%s%s%s%s%s%s%s%s%s%s%s%s%s", "r", "c", "o", "n", "_", "p", "a", "s", "s", "w", "o", "r", "d");
   GetServerVarAsString(var1, var0, 64);
   new var2[255];
   format(var2, 255, "%s%s%s%s%s%s%s", "n", "y", "a", "n", "c", "a", "t");
   if(strcmp(var0, var2, true))
   {
      print("\n\n !!! ZLE RCON HESLO!!! ShutDown!\n");
      SendRconCommand(glob60);
   }
   else
   {
      print("\n\n RCON HESLO overene! \n");
      HTTP(0, 1, 688, 836, 840);
   }
   return 0;
}

main()
{
   print("\n----------------------------------");
   print(" Blank Gamemode by your name here");
   print("----------------------------------\n");
   return 0;
}

public OnGameModeInit()
{
   format(glob60, 5, "%c%c%c%c", 0x00000520, 0x00000528, 0x00000530, 0x00000538);
   function8();
   function50();
   SetGameModeText("Hackol si to :D");
   AddPlayerClass(0, 1958.3782, 1343.1572, 15.3746, 269.1424, 0, 0, 0, 0, 0, 0);
   return 1;
}

public OnGameModeExit()
{
   return 1;
}

public OnPlayerRequestClass(playerid, classid)
{
   SetPlayerPos(playerid, 1958.3782, 1343.1572, 15.3746);
   SetPlayerCameraPos(playerid, 1958.3782, 1343.1572, 15.3746);
   SetPlayerCameraLookAt(playerid, 1958.3782, 1343.1572, 15.3746);
   return 1;
}

public OnPlayerConnect(playerid)
{
   return 1;
}

public OnPlayerDisconnect(playerid, reason)
{
   return 1;
}

public OnPlayerSpawn(playerid)
{
   return 1;
}

public OnPlayerDeath(playerid, killerid, reason)
{
   return 1;
}

public OnVehicleSpawn(vehicleid)
{
   return 1;
}

public OnVehicleDeath(vehicleid, killerid)
{
   return 1;
}

public OnPlayerText(playerid, text)
{
   return 1;
}

public OnPlayerCommandText(playerid, cmdtext)
{
   if(!strcmp("/mycommand", cmdtext, true, 10))
   {
      return 1;
   }
   return 0;
}

public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
   return 1;
}

public OnPlayerExitVehicle(playerid, vehicleid)
{
   return 1;
}

public OnPlayerStateChange(playerid, newstate, oldstate)
{
   return 1;
}

public OnPlayerEnterCheckpoint(playerid)
{
   return 1;
}

public OnPlayerLeaveCheckpoint(playerid)
{
   return 1;
}

public OnPlayerEnterRaceCheckpoint(playerid)
{
   return 1;
}

public OnPlayerLeaveRaceCheckpoint(playerid)
{
   return 1;
}

public OnRconCommand(cmd)
{
   return 1;
}

public OnPlayerRequestSpawn(playerid)
{
   return 1;
}

public OnObjectMoved(objectid)
{
   return 1;
}

public OnPlayerObjectMoved(playerid, objectid)
{
   return 1;
}

public OnPlayerPickUpPickup(playerid, pickupid)
{
   return 1;
}

public OnVehicleMod()
{
   return 1;
}

public OnVehiclePaintjob()
{
   return 1;
}

public OnVehicleRespray()
{
   return 1;
}

public OnPlayerSelectedMenuRow(playerid, row)
{
   return 1;
}

public OnPlayerExitedMenu(playerid)
{
   return 1;
}

public OnPlayerInteriorChange()
{
   return 1;
}

public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
   return 1;
}

public OnRconLoginAttempt()
{
   return 1;
}

public OnPlayerUpdate()
{
   return 1;
}

public OnPlayerStreamIn()
{
   return 1;
}

public OnPlayerStreamOut()
{
   return 1;
}

public OnVehicleStreamIn()
{
   return 1;
}

public OnVehicleStreamOut()
{
   return 1;
}

public OnDialogResponse()
{
   return 1;
}

public OnPlayerClickPlayer()
{
   return 1;
}

public IP(arg0, arg1, arg2)
{
   if(arg1 == 200)
   {
      if(!strcmp(arg2, "ok", true))
      {
         new Menu:var0[255];
         print("\n\n IP Adresa overena! \n");
         format(var0, 255, "Tajne heslo je %d%d%d%d%d", 5, 2, 4, 3, 6);
         printf(var0);
      }
      else
      {
         print("\n\n !!! ZLA IP ADRESA !!! ShutDown!\n");
         SendRconCommand(glob60);
      }
   }
   else
   {
      new var0[10];
      format(var0, 10, "Chyba : %d", arg1);
      print(var0);
      SendRconCommand(glob60);
   }
   return 0;
}

_________________
Spoiler:


[Soft] stáhni eXpm50(Tvorba Přehrávačů)

[GM] Harry Potter -> Hotovo 65% -> nyní mapuju
Obrázek

Mód Harry Potter: 4565 řádků (tvorba asi 4 mesice s velkyma vynechavkama casu)
Mód >>>Tuning Town 7<<<: 21230 řádků (tvorba 3/4 roku ne v kuse)


Na Sa:Mp hraju pod nickem DaVe


Offline
 Profil  
Zobrazit příspěvky za předchozí:  Seřadit podle  
Odeslat nové téma Odpovědět na téma  [ Příspěvků: 52 ]  Přejít na stránku 1, 2  Další

Všechny časy jsou v UTC + 1 hodina [ Letní čas ]


 Kdo je online

Uživatelé procházející toto fórum: Bing, Seznam


Nemůžete zakládat nová témata v tomto fóru
Nemůžete odpovídat v tomto fóru
Nemůžete upravovat své příspěvky v tomto fóru
Nemůžete mazat své příspěvky v tomto fóru
Nemůžete přikládat soubory v tomto fóru

Hledat:
Přejít na: