Jump to content
  • 0

Cum fac sa scrie un text cand player-ul scrie o comanda gresita?


Shad0wdpbgd

Question

6 answers to this question

Recommended Posts

  • 0
public OnPlayerCommandPerformed(playerid, cmd[], params[], result, flags)
{
    if (result == -1)
    {
        SendErrorMessage(playerid, "Comanda necunoscuta, Utilizati {ffffff}/help {FF6347}sau {ffffff}/askq {FF6347}pentru intrebari sau ajutor.");
        return 1;
    }
    return 1;
}
Link to comment
Share on other sites

  • 0
Acum 7 ore, Godless a spus:
public OnPlayerCommandPerformed(playerid, cmd[], params[], result, flags)
{
    if (result == -1)
    {
        SendErrorMessage(playerid, "Comanda necunoscuta, Utilizati {ffffff}/help {FF6347}sau {ffffff}/askq {FF6347}pentru intrebari sau ajutor.");
        return 1;
    }
    return 1;
}

Asta e pawncmd.

Link to comment
Share on other sites

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.