Ayuda , Con el diagolo del Samp
#3

Ok , intente hacerlo pero cada vez que remplazo mi public OnPlayerText(playerid, text[])

Mi Codigo:
Код:
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;
	if(PlayerInfo[playerid][pMuted] == 1)
	{
		SendClientMessage(playerid, TEAM_CYAN_COLOR, "Tu no puedes hablar, tu has sido silenciado");
		return 0;
	}
Lo remplazo por


Код:
public OnPlayerText(playerid, text[])
{
  SetPlayerChatBubble(playerid, text, 0xFF0000FF, 100.0, 10000);
  return 1;
}
Cuando Compilo , se me cierra el Pawno , osea , me tira error
Reply


Messages In This Thread
Ayuda , Con el diagolo del Samp - by Elektronic - 18.05.2010, 20:10
Re: Ayuda , Con el diagolo del Samp - by Jesus^ - 18.05.2010, 20:13
Re: Ayuda , Con el diagolo del Samp - by Elektronic - 18.05.2010, 20:33
Re: Ayuda , Con el diagolo del Samp - by Jesus^ - 18.05.2010, 21:12

Forum Jump:


Users browsing this thread: 1 Guest(s)