[HELP] Text appear over head?
#4

I cant place it without getting 26 errors, can you show me where to place it?

Код:
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)
Somewhere there?
Reply


Messages In This Thread
[HELP] Text appear over head? - by andershh - 19.07.2010, 10:06
Re: [HELP] Text appear over head? - by bartje01 - 19.07.2010, 10:09
Re: [HELP] Text appear over head? - by andershh - 19.07.2010, 10:28
Re: [HELP] Text appear over head? - by andershh - 19.07.2010, 10:30
Re: [HELP] Text appear over head? - by andershh - 19.07.2010, 10:35
Re: [HELP] Text appear over head? - by [NTX]MikeQ - 19.07.2010, 10:38
Re: [HELP] Text appear over head? - by andershh - 19.07.2010, 10:39

Forum Jump:


Users browsing this thread: 1 Guest(s)