Ü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 - UppeR!

Oldalak: 1 ... 67 68 [69] 70 71 ... 76
1021
Törölt RP Szerverek / Brutal Power RPG
« Dátum: 2012. január 02. - 20:06:23 »
Ennyire fos szerót még nem láttam.

1023
Segítségkérés / aki ért hozzá kérem kijavítaná a /me parancsom?
« Dátum: 2012. január 02. - 14:15:41 »
Módosítottam, mert én foreach-ot használtam benne.
Nem bonyolult, a ProxDetector függvényt bármilyen más parancsban felhasználhatod.

1024
Hangszerek és előadók / Mit hallgatsz most vol. 2
« Dátum: 2012. január 02. - 13:48:55 »

1025
Segítségkérés / aki ért hozzá kérem kijavítaná a /me parancsom?
« Dátum: 2012. január 02. - 13:44:56 »
#include <a_samp>
#include <zcmd>
#define      COLOR_PURPLE          0xC2A2DAAA
#define      COLOR_AQUA            0x7CFC00AA
forward ProxDetector(Float:radi, playerid, strp[], col1, col2, col3, col4, col5);
public ProxDetector(Float:radi, playerid, strp[], col1, col2, col3, col4, col5) {
    if(IsPlayerConnected(playerid)) {
        new Float:posx, Float:posy, Float:posz;
        new Float:oldposx, Float:oldposy, Float:oldposz;
        new Float:tempposx, Float:tempposy, Float:tempposz;
        GetPlayerPos(playerid, oldposx, oldposy, oldposz);
        for(new i; i < MAX_PLAYERS; i++) {
            if(IsPlayerConnected(i)) {
                GetPlayerPos(i, posx, posy, posz);
                tempposx = (oldposx -posx);
                tempposy = (oldposy -posy);
                tempposz = (oldposz -posz);
                if(((tempposx < radi/16) && (tempposx > -radi/16)) && ((tempposy < radi/16) && (tempposy > -radi/16)) && ((tempposz < radi/16) && (tempposz > -radi/16))) SendClientMessage(i, col1, strp);
                else if (((tempposx < radi/8) && (tempposx > -radi/8)) && ((tempposy < radi/8) && (tempposy > -radi/8)) && ((tempposz < radi/8) && (tempposz > -radi/8))) SendClientMessage(i, col2, strp);
                else if (((tempposx < radi/4) && (tempposx > -radi/4)) && ((tempposy < radi/4) && (tempposy > -radi/4)) && ((tempposz < radi/4) && (tempposz > -radi/4))) SendClientMessage(i, col3, strp);
                else if (((tempposx < radi/2) && (tempposx > -radi/2)) && ((tempposy < radi/2) && (tempposy > -radi/2)) && ((tempposz < radi/2) && (tempposz > -radi/2))) SendClientMessage(i, col4, strp);
                else if (((tempposx < radi) && (tempposx > -radi)) && ((tempposy < radi) && (tempposy > -radi)) && ((tempposz < radi) && (tempposz > -radi))) SendClientMessage(i, col5, strp);
            }
        }
    }
    return 1;
}
CMD:me(playerid, params[]) {
if(isnull(params)) return SendClientMessage(playerid,COLOR_AQUA,\"Használat:/me [Cselekmény]\");
new name[MAX_PLAYER_NAME], str[128];
GetPlayerName(playerid, name, sizeof(name));
format(str, 128, \"%s %s.\", name, params);
ProxDetector(20.0, playerid, str, COLOR_PURPLE, COLOR_PURPLE, COLOR_PURPLE, COLOR_PURPLE, COLOR_PURPLE);
SetPlayerChatBubble(playerid, params, COLOR_PURPLE, 25.0, 8000);
return 1;
}

1026
Segítségkérés / ZCMD + sscanf2 kick parancs
« Dátum: 2012. január 02. - 13:02:14 »
[pawn]CMD:kick(playerid, params[]) {
if(AccInfo[playerid][Level] >= 2) {
    new player, msg[50], str[128];
    if(sscanf(params, \"us[50]\", player, msg)) SendClientMessage(playerid, red, \"Használat: /kick [iD] [indok]\");
    else {
        if(player != INVALID_PLAYER_ID) {
         format(str, 128, \"Adminisztrátor \\\"%s\\\" kickelte \\\"%s\\\"-t | Indok: %s\",pName(playerid),pName(player),msg);
         SendClientMessageToAll(grey,str);
         Kick(player);
            } else SendClientMessage(playerid, red, \"Nem elérhetõ játékos!\");
   }
} else SendClientMessage(playerid,red,\"HIBA: Ezt a parancsot csak 2-es vagy magasabb szintû admin használhatja!\");
return 1;
}[/pawn]

1027
Best Of 2011 / Az év Parkourosa
« Dátum: 2012. január 02. - 12:53:53 »
Attila

1028
Best Of 2011 / Az év Szkriptere
« Dátum: 2012. január 02. - 12:52:56 »
Zsolesszka

1029
Best Of 2011 / Az év Adminisztrátora
« Dátum: 2012. január 02. - 12:52:05 »
ChuckNorris / Ystee

1030
Best Of 2011 / Az év klánja
« Dátum: 2012. január 02. - 12:51:21 »
UFR

1031
Best Of 2011 / Az év lokális Moderátora
« Dátum: 2012. január 02. - 12:50:16 »
Sheet

1032
Best Of 2011 / Év legjobb grafikusa
« Dátum: 2012. január 02. - 12:49:56 »
Idézetet írta: James_Raynor date=1325501519\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"15140\" data-ipsquote-contentclass=\"forums_Topic
Pyenix, ha éppen lecuppan a WoW-ról. \"-.-
 

1033
Best Of 2011 / Az év Legjobb Mapja
« Dátum: 2012. január 02. - 12:49:37 »
Idézetet írta: Yamazaki date=1325414609\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"15039\" data-ipsquote-contentclass=\"forums_Topic
Jacob:DM:Race
 

1034
Best Of 2011 / Az év kritikusa
« Dátum: 2012. január 02. - 12:47:07 »
Idézetet írta: rhassi date=1325361802\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"15054\" data-ipsquote-contentclass=\"forums_Topic
Gentleman
 

1035
Best Of 2011 / Év legjobb RP/RPG szervere
« Dátum: 2012. január 02. - 12:46:24 »
Idézetet írta: James_Raynor date=1325363138\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"15045\" data-ipsquote-contentclass=\"forums_Topic
Paradise
 

Oldalak: 1 ... 67 68 [69] 70 71 ... 76
SimplePortal 2.3.7 © 2008-2024, SimplePortal