Jump to content
  • 0

Question

Posted

am vazut la unele servere ca pe chat , de fiecare data cand un player vorbeste , ii apare ID inainte sa scrie , exista un FS pentru asta? , cine are sa ma ajute si pe mine :) ;D :D

Daca aveti nevoie de mapper , veniti la mine ;)

4 answers to this question

Recommended Posts

Posted

Nu neaparat

Te duci in GameMode la public OnPlayerText si acolo adaugi

    new MMM[256];

format(MMM, sizeof(MMM),"(ID:%i): %s", playerid, text);

SendPlayerMessageToAll(playerid, MMM);

SetPlayerChatBubble(playerid, text, COLOR_WHITE, 200.0, 10000);

    return 0;

Posted

Songoku11, habar n-ai.

public OnPlayerText(playerid, text[])
{
     new string[256];
     format(string,sizeof(string),"(ID: %d) %s",playerid,text);
     SendClientMessageToAll(0xFFFFFFFF, string);
     return 0;
}

Posted

oricum merge si ala al meu:P

Dar nu inteleg de ce a trebuit sa primesc o rusine de la el, vezi ca si tu ai primit:-@ Dupa ce ca am vrut sa il ajut, acuma.... :-j

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.