0.3c text bug
#3

Код:
public OnPlayerText(playerid, text[])
{
	new giver[MAX_PLAYER_NAME];
	new sendername[MAX_PLAYER_NAME];
	new giveplayer[MAX_PLAYER_NAME];
	new tmp[256];
	new string[256];
	new giveplayerid;
    new str[160];

    GetPlayerName(playerid, str, MAX_PLAYER_NAME);

    for (new i = 0; i < MAX_PLAYER_NAME; i++)
    if (str[i] == '_')
    str[i] = ' ';
    if(PlayerInfo[playerid][pMuted] == 1)
Reply


Messages In This Thread
0.3c text bug - by andershh - 08.01.2011, 14:39
Re: 0.3c text bug - by Faraday - 08.01.2011, 14:42
Re: 0.3c text bug - by andershh - 08.01.2011, 15:05
Re: 0.3c text bug - by andershh - 08.01.2011, 15:18

Forum Jump:


Users browsing this thread: 2 Guest(s)