Author |
Message |
Guser Tatunkh Youres |
Posted: Thu 11:53, 27 Dec 2007 Post subject: |
|
Hero jest tutaj? |
|
 |
Guser Tatunkh Youres |
Posted: Thu 11:53, 27 Dec 2007 Post subject: |
|
------------------------------------------xD-------------------------------------------------------- |
|
 |
Guser Tatunkh Youres |
Posted: Thu 11:52, 27 Dec 2007 Post subject: |
|
Old Guwniany bo sra jak dupa |
|
 |
Guser Tatunkh Youres |
Posted: Thu 11:51, 27 Dec 2007 Post subject: |
|
jakie huje zagrażają mówić kurw*???????????????? bo Penis |
|
 |
Guser Tatunkh Youres |
Posted: Thu 11:51, 27 Dec 2007 Post subject: |
|
New and Old Pervera ots to NooB and tibi |
|
 |
Slowly Death |
Posted: Sun 20:59, 08 Apr 2007 Post subject: [7.6][C++] Tutorzy pisza na pomaranczowo na helpie.. |
|
Otwieramy plik chat.cpp i szukamy takiej funkcji:
Code: |
bool Chat::talkToChannel(Player *player, SpeakClasses type, std::string &text, unsigned short channelId) |
Pod ta linijka:
Code: |
ChatChannel *channel = getChannel(player, channelId);
if(!channel)
return false;
|
Wklejamy to:
Code: |
if (player && player->access == 1 || player->access == 2 && channel->getName () == "Help")
{
type = SPEAK_CHANNEL_0;
}
|
player->access ustalilem z gory zakladajac, ze player->access == 1 to Tutor a 2 to Senior Tutor ..
Jesli nie bedzie chcialo sie skompilowac, to otwieramy plik const76.cpp szukamy:
Code: |
enum SpeakClasses {
|
i dopisujemy w ktoryms tam miejscu (obojetnie w sumie) to:
Code: |
SPEAK_CHANNEL_0 = 0x0C,
|
Sposob by Ja :]. |
|
 |