Jump to content
Autentificarea cu Google și Facebook nu mai este disponibilă. ×
  • 0

Question

Posted

        Salut , am si eu o problema cu Tip Message acesta care apare din cand in cand pe chat automat schimbat din script bla bla ,,, numai ca la mine nu apare deloc! uitati liniile:

new TipRandMessages[][] =
{
    "TEST",
    "TEST"
};
si:
public TipMessages()
{
        SendClientMessageToAll(0x336699FF, TipRandMessages[random(sizeof(TipRandMessages))]);
        return 1;
}
sus am:
forward TipMessages();

Lipseste ceva de nu merge?

skulls11.png

4 answers to this question

Recommended Posts

Posted

Skull" post="124641" timestamp="1348592844"]

Si unde sa pun timpul? adica la ce linie

La OnGameMode/FilterScriptInit.

SetTimer("TipMessages", 30000, true);//Iti va trimite un mesaj in chat odata la 30 de secunda.

3r4AlPA.png

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.