Jump to content
  • 0

Question

Posted

Deci am un sv cu L.Admin 4.0

Si as vrea cand te conectezi cu Rconul sa apara asa

<nume> (Owner)

As fi recunoscator daca cineva ar putea sa ma ajute ;)

2 answers to this question

Recommended Posts

Posted

Adaugi asta la onplayertext:

if(IsPlayerAdmin( playerid ))
{
new messagetext[255], pName[ MAX_PLAYER_NAME ];
GetPlayerName( playerid, pName, sizeof( pName ));
format(messagetext, 255, "%s(Owner)(%d): %s",pName,  playerid, text);
SendPlayerMessageToAll(playerid, messagetext);
return 0;
}

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.