Ü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 ... 255 256 [257] 258 259 ... 318
3841
SA-MP: Szerverfejlesztés / Szögesdrót
« Dátum: 2012. június 02. - 17:54:54 »
Még hány szögesdrót scriptet fognak feltenni..?
Egyébként jó lett.

3842
Segítségkérés / Pénz nullázás
« Dátum: 2012. június 02. - 17:41:48 »
Idézetet írta: JBauer date=1338651667\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"22156\" data-ipsquote-contentclass=\"forums_Topic

public OnPlayerUpdate(playerid)
{
new Float:Elet;
GetPlayerHealth(playerid, Elet); // Játékosnak az élet értékét lekérdezi.
if(Elet > 100) // Ha az élet nagyobb 100-nál...
{ // akkor
SetPlayerHealth(playerid, 100); // Visszaállítjuk az alapra.
}
    return 1;
}

 
Így fog mûködni.
 
Én is ezt írtam, de neki anti money hack kell nem anti god. :)

3843
Segítségkérés / Pénz nullázás
« Dátum: 2012. június 02. - 17:39:25 »
public OnPlayerUpdate(playerid)
{
new Money;
GetPlayerMoney(playerid);
if(Money > 999999)
{
ResetPlayerMoney(playerid);
}
    return 1;
}

 
Tessék, ezt gyorsan összedobtam. Szólj ha nem megy, vagy ha máshogy gondoltad.

3844
SA-MP: Szerverfejlesztés / Gokart pálya SF-ben
« Dátum: 2012. június 02. - 00:08:47 »
Idézetet írta: halaloszto100 date=1338584898\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"18218\" data-ipsquote-contentclass=\"forums_Topic
Szépen ki van dolgozva. Gratula,ment a +. :)
 
THX! :D

3845
SA-MP: Szerverfejlesztés / Gokart pálya SF-ben
« Dátum: 2012. június 01. - 21:56:16 »
Idézetet írta: Striker date=1338573158\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"18218\" data-ipsquote-contentclass=\"forums_Topic
Nekem nem tetszenek a gokart pályák, de a minõség az jó  :thumbsup:
 


Jólett. Grat.  ;)
 
[/quote]
Kösz! :D

3846
Segítségkérés / Spawn kikerülése
« Dátum: 2012. május 31. - 21:49:19 »
KillTimer-t ilyenkor nem kéne használni? :O

3847
Szkript kérések / Flip,Szabály
« Dátum: 2012. május 31. - 21:20:39 »
#define Dialog_szabaly 230

 

CMD:szabaly(playerid) {
ShowPlayerDialog(playerid, Dialog_szabaly, DIALOG_STYLE_MSGBOX, \"Szabályzat\", \"No DB!\\nNo SK...\\nstb..\\n\", \"Elfogad\", \"Elutasít\");
return 1;
}

 
OnDialogResponse alá:
 
    if(dialogid == Dialog_szabaly) {
if(response == 1) {
SendClientMessage(playerid, 0x33AA33AA, \"Szabályzatot elfogadtad!\");
} else {
Kick(playerid);
SendClientMessage(playerid, 0xE60000FF, \"nem fogadtad el a szabalyt ne is akarj játszani.\");
}
}

3848
Segítségkérés / Pénz nullázás
« Dátum: 2012. május 31. - 12:21:25 »
Tegyél be egy mûködõ képes anti money hack-et.

3849
Segítségkérés / 2 kérésem lenne. Boltrablás, Orvosság
« Dátum: 2012. május 31. - 06:58:04 »
1.: Ha nem vagy már kezdõ scripter, akkor ésszel meglehet írni. :)
2.:
 
CMD:orvossag(playerid)
{
if(IsPlayerInRangeOfPoint(playerid, 7.0, x, y, z)) // x, y, z helyére írd be a korházban lévõ koordinátákat
{
SetPlayerHealth(playerid, 100);
}
return1;
}

3850
Segítségkérés / Pénz nullázás
« Dátum: 2012. május 31. - 06:52:59 »
Ez gondolom azért van mert nem mented le Dini-vel vagy valamivel a pénzed, és Spawnkor nem tölti vissza.

3851
SA-MP: Szerverfejlesztés / Textdraw Ban
« Dátum: 2012. május 30. - 15:31:09 »
Idézetet írta: ZyZu date=1338319809\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"22138\" data-ipsquote-contentclass=\"forums_Topic


Te írtad? Ha nem, akkor eredeti készítõ neve.
A scriptet pedig másold fel CODE tagek közé.
 
Igen kõtelezõ code tagot használni benne van a szabályzatban..
 
[/quote]
Ki van írva, amúgyis nem kell hunterkedni, már Benceee kiírta..
Amúgy nem rossz script, csak könnyû az elkészítése. :)

3852
Archívum / [HuN]>>.:InTerFeel Full FeaTures $zerver:.<< 0.3e
« Dátum: 2012. május 29. - 21:56:39 »
Nem gábor csinálta meg.. :)


De az én ötletembõl csinálták de mind1...

3853
SA-MP: Szerverfejlesztés / LS Airport Circle Race By.:Amf
« Dátum: 2012. május 29. - 13:23:55 »
nem sok értelme, mert sok szerón az lv airport be van mapolva, akinél nincs az meg gondolom direkt.

3854
Szkript kérések / Szöveg a kép alatt!
« Dátum: 2012. május 28. - 23:12:06 »
Megcsináltam neked TextdrawEditor1.0-val!
 
#include <a_samp>
new Text:Box;
new Text:Texts;
public OnFilterScriptInit()
{
Box = TextDrawCreate(-2.000000, 433.000000, \"__\");
TextDrawBackgroundColor(Box, 255);
TextDrawFont(Box, 1);
TextDrawLetterSize(Box, 0.500000, 1.500000);
TextDrawColor(Box, -1);
TextDrawSetOutline(Box, 0);
TextDrawSetProportional(Box, 1);
TextDrawSetShadow(Box, 1);
TextDrawUseBox(Box, 1);
TextDrawBoxColor(Box, 849);
TextDrawTextSize(Box, 640.000000, 0.000000);
Texts = TextDrawCreate(4.000000, 434.000000, \"Szerver ip: xx.xx.xx.xxx:xxxx   TS ip: xx.xx.xxx:xxxx   teszt stbstbstb...\");
TextDrawBackgroundColor(Texts, 255);
TextDrawFont(Texts, 1);
TextDrawLetterSize(Texts, 0.270000, 1.100000);
TextDrawColor(Texts, -1);
TextDrawSetOutline(Texts, 1);
TextDrawSetProportional(Texts, 1);
return 1;
}
public OnFilterScriptExit()
{
TextDrawHideForAll(Box);
TextDrawDestroy(Box);
TextDrawHideForAll(Texts);
TextDrawDestroy(Texts);
return 1;
}
public OnPlayerConnect(playerid)
{
TextDrawShowForPlayer(playerid, Box);
TextDrawShowForPlayer(playerid, Texts);
return 1;
}

3855
Beszélgetés / Számoljunk el 10.000-ig!
« Dátum: 2012. május 28. - 22:40:45 »
573

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