Jump to content
  • 0

Problema /acolor gm burned !


Question

Posted

Ma poate ajuta cineva sa pun si eu ca admin 7 gen sa apara cand scriu pe chat [Scripter Azze47: help me] 

Cine ma poate ajuta !

2 answers to this question

Recommended Posts

  • 0
Posted (edited)
stock PN(playerid)
{
    new name[MAX_PLAYER_NAME];
    GetPlayerName(playerid, name, MAX_PLAYER_NAME);
    return name;
}

la OnPlayerText adaugi asta, prin ultimele randuri, nu stiu cum ai tu acolo...

new String[512];
//------------------------------------------------------------------------------
if(Player[playerid][Admin] < 7)
{
    format(String, sizeof(String), "Scripter %s: %s", PN(playerid), text);
    SendClientMessageToAll(-1, String), SetPlayerChatBubble(playerid, text, 0xFFFFFFFF, 40.0, 4000);
    return false;
}

 

Edited by Iulian1337

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • 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.