Simple Help
#2

Quote:
Originally Posted by silverms
Посмотреть сообщение
he so I'm trying to send a message for player when he login like this:
Код:
			GameTextForPlayer(playerid,"Welcome",3000,1);.
			GameTextForPlayer(playerid,"%s",3000,1, playername);
but it isn't working well so any one help and does any one know the sound id fot thing like a hit please.
PHP код:
new str[34], pname[MAX_PLAYER_NAME];
GetPlayerName(playeridpnamesizeof(pname));
format(strsizeof(str), "Welcome %s"pname);
GameTextForPlayer(playeridstr30001); 
Reply


Messages In This Thread
Simple Help - by silverms - 09.02.2017, 14:21
Re: Simple Help - by Eoussama - 09.02.2017, 14:24
Re: Simple Help - by silverms - 09.02.2017, 14:54
Re: Simple Help - by oMa37 - 09.02.2017, 14:59
Re: Simple Help - by silverms - 09.02.2017, 15:17

Forum Jump:


Users browsing this thread: 1 Guest(s)