One problem with AKA
#1

Hello I have a little problem with my AKA text.
this is what l have puted:
(AKA: %s) but when player with AKA connects it looks like this:
(AKA: nothing no name just that.
Can someone explane what to do or paste the code here pleas?
Reply
#2

is the "%s" supposed to be TEXT or just the player's NAME?

if it's just the name...
pawn Код:
public OnPlayerConnect(playerid)
{
    new pName[MAX_PLAYER_NAME];
    new str[128];
    GetPlayerName(playerid, pName, sizeof(pName));
    format(str, sizeof(str), "AKA: %s", pName);
    SendClientMessageToAll(COLOR_WHITE, str); // change this to whatever you want...
    return 1;
}
Reply
#3

its just a name and tnx
Reply
#4

Quote:
Originally Posted by Spike Cena
Посмотреть сообщение
its just a name and tnx
No problem, if you need anything else, just PM me.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)