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

Oldalak: 1 ... 113 114 [115] 116 117 ... 135
1711
Archívum / [HUN/ENG]Battlefield
« Dátum: 2012. február 05. - 09:42:50 »
Good Server :)

1712
Fórum Archívum (Témák/Fórumok) / Re:/stats hiba
« Dátum: 2012. február 03. - 16:27:07 »
Off:és ez miért baj? XD

1713
Archívum / [FD] Final Destination 5: APOCALYPSE (Round */6)
« Dátum: 2012. február 03. - 15:49:46 »
Mond Admint ki 1 rossz szóért kickel ...

1714
Segítségkérés / Drift Számláló Textdraw elcsúszása
« Dátum: 2012. február 02. - 17:20:54 »
átírod a kordinátákat egyszerû :D
próbálkozol addig ameddig nem sikerül :)
E:
 
DriftTextDraw[index] = TextDrawCreate(188.000000, 426.000000, FixGameString(\"Összes pont: ~y~0 ~w~Legjobb pont: ~y~0 ~w~Szorzó: ~g~X0\"));

 
TextDrawCreate(188.000000, 426.000000    // ezteket a számokat kell módosítanod méghozzá ha feljebb akarod akkor (asszem) a 426.000000 -ot kell állítanod kisebbre ha pedig oldalra akkor értelemszerûen a másikat kell módosítanod :)

1715
SA-MP: Szerverfejlesztés / Youtube Zene lejátszó V0.1 [0.3d!]
« Dátum: 2012. február 02. - 16:03:39 »
a hang felvan véve options ban? XD

1716
SA-MP: Szerverfejlesztés / Youtube Zene lejátszó V0.1 [0.3d!]
« Dátum: 2012. február 02. - 15:07:59 »
:)

1717
SA-MP: Szerverfejlesztés / Automatikus reklam script(1.scriptem)
« Dátum: 2012. február 01. - 16:09:19 »
Jó Ez :) Grat.

1718
Archívum / [FD] Final Destination 5: APOCALYPSE (Round */6)
« Dátum: 2012. január 31. - 16:03:17 »
:) XD
Ez A Legjobb szeró sztem .....
Off:akinek nem tetszenek a zombik az csínáljon jobbat . Pff.......(pl Zinthos.)

1719
Szkript kérések / roadblock FS
« Dátum: 2012. január 31. - 15:36:12 »
http://forum.sa-mp.com/showthread.php?t=306988
a téma a segítség ben van nemtom mért de itt találtam elv bugol m1 próbáld ki xD

1720
Szkript kérések / roadblock FS
« Dátum: 2012. január 31. - 15:25:17 »
Google barátunk megtalálta :DDD
(nemtudom hogy jó-e)
 

/*
|.----------------.
| .--------------. ||
| | ____    ____ | ||
| |_   \\  /   _| | ||
| |  |   \\/   |  | ||
| |  | |\\  /| |  | ||
| | _| |_\\/_| |_ | ||
| ||_____||_____|| ||
| |              | ||
| \'--------------\' ||
\'----------------\'   \'s Roadblock
Free to use on the following conditions:
    *Do not re-release edited versions without my permision
    *Do not and NEVER clame this as your own, not even an edit!
    *Say thanks on the sa-mp forums if you like ;)
    *Give reputation if you love it :D
 
----------------UPDATES:--------------------------------------------------------
- You can edit the EXPIRE_MINUTES now
- CMD: /rb /deleteall
*/
 
#include <a_samp>
#include <zcmd>
#include <sscanf2>
#define COLOR_INVISIBLE 0xFFFFFF00
#define COLOR_WHITE 0xFFFFFFFF
#define COLOR_BLACK 0x000000FF
#define COLOR_BLUE 0x0000DDFF
#define COLOR_RED 0xAA3333AA
#define COLOR_GREEN 0x00FF00FF
#define COLOR_PURPLE 0xC2A2DAAA
#define COLOR_YELLOW 0xFFFF00AA
#define COLOR_YELLOWORANGE 0xE8D600FF
#define COLOR_GREY 0xAFAFAFAA
#define COLOR_ORANGE 0xFF5F11FF
#define ORANGE 0xF4B906FF
#define COLOR_BROWN 0x804000FF
#define COLOR_CYAN 0x00FFFFFF
#define COLOR_LIGHTBLUE 0x33CCFFAA
#define COLOR_PINK 0xFF80C0FF
#define EXPIRE_MINUTES  15 //after x minutes the roadblocks expire
#define MAX_ROADBLOCKS  150//maximum roadblocks in server
#define SEND            false//if someone adds a roadblock ? You want let everyone know ? true = yes, false = no
new block[MAX_ROADBLOCKS][MAX_PLAYERS], atblock[MAX_PLAYERS], pName[MAX_PLAYER_NAME],string[128];
#pragma tabsize 0
public OnFilterScriptInit()
{
    print(\"\\n--------------------------------------\");
    print(\" [MV]_Roadblock Loades Succesfully \");
    print(\"--------------------------------------\\n\");
    return 1;
}
public OnFilterScriptExit()
{
    return 1;
}
public OnPlayerConnect(playerid)
{
    SendClientMessage(playerid,COLOR_YELLOW,\" \");
    return 1;
}
public OnPlayerDisconnect(playerid, reason)
{
    return 1;
}
public OnPlayerSpawn(playerid)
{
    SendClientMessage(playerid,COLOR_YELLOW,\" \");
    return 1;
}
CMD:removeblock(playerid,params[])
{
    for(new i=0;i<=sizeof(block);i++) DestroyObject(block[playerid]);
    return 1;
}
CMD:rb(playerid, params[])
            return cmd_roadblock(playerid, params);
CMD:roadblock(playerid,params[])
{
        new number, atrb = atblock[playerid];
        if(sscanf(params,\"d\",number))
        {
            SendClientMessage(playerid,COLOR_LIGHTBLUE,\"USAGE: /rb <1/2/3/4>\");
            SendClientMessage(playerid,COLOR_LIGHTBLUE,\"| 1: Small Roadblock\");
            SendClientMessage(playerid,COLOR_LIGHTBLUE,\"| 2: Barrier\");
            SendClientMessage(playerid,COLOR_LIGHTBLUE,\"| 3: Traffic cone\");
            SendClientMessage(playerid,COLOR_LIGHTBLUE,\"| 4: Detour sign\");
            SendClientMessage(playerid,COLOR_WHITE,\"----------------------\");
            format(string, sizeof string,\"The roadblock will expire after %i minutes, or use /REMOVEBLOCK for remove the lastest block.\",EXPIRE_MINUTES);
            SendClientMessage(playerid,COLOR_LIGHTBLUE,string);
            return 1;
        }
        switch(number)
        {
            case 1:
            {
                    new Float:X, Float:Y, Float:Z, Float:A;
                    GetPlayerPos(playerid, X, Y, Z);
                    GetPlayerFacingAngle(playerid, A);
                    if(atblock[playerid] < MAX_ROADBLOCKS)
                    {
                        block[atrb][playerid] = CreateObject(1459, X, Y+1, Z-0.5,0,0,A);
                        GameTextForPlayer(playerid,\"~w~Roadblock ~b~Placed!\",3000,1);
                        #if SEND == true
                        GetPlayerName(playerid,pName,32);
                        format(string,sizeof (string),\" %s added a roadblock(%i).\",pName,number);
                        SendClientMessageToAll(COLOR_GREEN, string);
                        #else
                        SetTimerEx(\"ExpireRoadblock\", EXPIRE_MINUTES*60000, false, \"i\", block[atrb][playerid]);
                        atblock[playerid] += 1;
                        #endif
                    } else {
                        format(string,sizeof string,\"You cannot place more then %i Roadblocks!\",MAX_ROADBLOCKS);
                        SendClientMessage(playerid, COLOR_RED, string);
                    }
                    return 1;
            }
 
            case 2:
            {
                    new Float:X, Float:Y, Float:Z, Float:A;
                    GetPlayerPos(playerid, X, Y, Z);
                    GetPlayerFacingAngle(playerid, A);
                    if(atblock[playerid] < MAX_ROADBLOCKS)
                    {
                        block[atrb][playerid] = CreateObject(978, X, Y+1, Z,0,0,A);
                        GameTextForPlayer(playerid,\"~w~Roadblock ~b~Placed!\",3000,1);
                        #if SEND == true
                        GetPlayerName(playerid,pName,32);
                        format(string,sizeof string,\"%s added a roadblock(%i).\",pName,number);
                        SendClientMessageToAll(COLOR_GREEN, string);
                        #else
                        SetTimerEx(\"ExpireRoadblock\", EXPIRE_MINUTES*60000, false, \"i\", block[atrb][playerid]);
                        atblock[playerid] += 1;
                        #endif
                    } else {
                       format(string,sizeof string,\"You cannot place more then %i Roadblocks!\",MAX_ROADBLOCKS);
                        SendClientMessage(playerid, COLOR_RED, string);
                    }
                    return 1;
            }
 
            case 4:
            {
                    new Float:X, Float:Y, Float:Z, Float:A;
                    GetPlayerPos(playerid, X, Y, Z);
                    GetPlayerFacingAngle(playerid, A);
                    if(atblock[playerid] < MAX_ROADBLOCKS)
                    {
                        block[atrb][playerid] = CreateObject(1238, X, Y+1, Z-0.5, 0, 0.0,A);
                        GameTextForPlayer(playerid,\"~w~Cone ~b~Placed!\",3000,1);
                        #if SEND == true
                        GetPlayerName(playerid,pName,32);
                        format(string,sizeof string,\" %s added a roadblock(%i).\",pName,number);
                        SendClientMessageToAll(COLOR_GREEN, string);
                        #else
                        SetTimerEx(\"ExpireRoadblock\", EXPIRE_MINUTES*60000, false, \"i\", block[atrb][playerid]);
                        atblock[playerid] += 1;
                        #endif
                    } else {
                        format(string,sizeof string,\"You cannot place more then %i Roadblocks!\",MAX_ROADBLOCKS);
                        SendClientMessage(playerid, COLOR_RED, string);
                    }
                    return 1;
            }
            case 5:
            {
                    new Float:X, Float:Y, Float:Z, Float:A;
                    GetPlayerPos(playerid, X, Y, Z);
                    GetPlayerFacingAngle(playerid, A);
                    if(atblock[playerid] < MAX_ROADBLOCKS)
                    {
                        block[atrb][playerid] = CreateObject(1425, X, Y+1, Z-0.5, 0, 0.0,A,300);
                        GameTextForPlayer(playerid,\"~w~Sign ~b~Placed!\",3000,1);
                        #if SEND == true
                        GetPlayerName(playerid,pName,32);
                        format(string,sizeof string,\" %s added a roadblock(%i).\",pName,number);
                        SendClientMessageToAll(COLOR_GREEN, string);
                        #else
                        SetTimerEx(\"ExpireRoadblock\", EXPIRE_MINUTES*60000, false, \"i\", block[atrb][playerid]);
                        atblock[playerid] += 1;
                        #endif
                    } else {
                        format(string,sizeof string,\"You cannot place more then %i Roadblocks!\",MAX_ROADBLOCKS);
                        SendClientMessage(playerid, COLOR_RED, string);
                    }
                    return 1;
            }
       
            }
    return 1;
}
 
forward ExpireRoadblock(blockid);
public ExpireRoadblock(blockid)
{
    DestroyObject(blockid);
    return 1;
}

1721
SA-MP: Szerverfejlesztés / 3D Text/Class Készítõ
« Dátum: 2012. január 31. - 14:54:53 »
nekemse :S pls felraknátok valahová?

1722
SA-MP: Szerverfejlesztés / Tgf Script
« Dátum: 2012. január 30. - 17:27:49 »
Off:Helyesírás 1-es xD \" lessz \" xD tudtommal csak \" lesz \" :)
On:jó munka

1723
SA-MP: Szerverfejlesztés / Zadmin
« Dátum: 2012. január 25. - 13:27:14 »
Szép :)

1724
SA-MP: Szerverfejlesztés / Rendör Vs civil v0.1
« Dátum: 2012. január 24. - 14:21:41 »
egész jó :)

1725
Segítségkérés / Szerver elindul, de olyan mint ha offline lenne -,-
« Dátum: 2012. január 22. - 07:18:46 »
Mien host?konfigosok mit mondanak? Pluginok includek, server logot pls az egészet onnan hogy elindítod
kösz és próbálok segíteni. :)

Oldalak: 1 ... 113 114 [115] 116 117 ... 135
SimplePortal 2.3.7 © 2008-2024, SimplePortal