What is the wrong with this ?
#9

oh wait. actually , GetPlayerName store the value in a string. i dont think you can use it this way.
it is more like
Код:
new name[MAX_PLAYERS];
GetPlayerName(name, sizeof(name));
and then you use "name" in your message like this
Код:
SendClientMessage(playerid, -1, "%s", name);
Reply


Messages In This Thread
What is the wrong with this ? - by FizzyWalshy - 23.01.2017, 22:03
Re: What is the wrong with this ? - by IceCube! - 23.01.2017, 22:04
Re: What is the wrong with this ? - by DerickClark - 23.01.2017, 22:07
Re: What is the wrong with this ? - by GangstaSunny. - 23.01.2017, 22:08
Re: What is the wrong with this ? - by mickmelon - 23.01.2017, 22:10
Re: What is the wrong with this ? - by saffierr - 23.01.2017, 22:10
Re: What is the wrong with this ? - by TheAngryBird - 23.01.2017, 22:16
Re: What is the wrong with this ? - by FizzyWalshy - 23.01.2017, 22:40
Re: What is the wrong with this ? - by TheAngryBird - 24.01.2017, 02:25

Forum Jump:


Users browsing this thread: 2 Guest(s)