[Ayuda] Con NPC
#4

Miren encontre esto, pero al ponerlo en el FS me tira este error.

Quote:

public OnPlayerText(playerid, text[])
{
if (strfind(text, "stupid bot") != -1)
{
new string[80], name[MAX_PLAYER_NAME];
GetPlayerName(playerid, name, sizeof(name));
format(string, sizeof(string), "Hey %s! Don't say those things! We, bots, are cool!", name);
SendChat(string);
}
return 1;
}


Y este es el error que me tira:

Quote:

C:\Documents and Settings\Bluegamez\Escritorio\Los Andes\filterscripts\CityNPCS.pwn(53) : error 017: undefined symbol "SendChat"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.

Reply


Messages In This Thread
[Ayuda] Con NPC - by Andres_Garcia - 28.04.2010, 05:32
Re: [Ayuda] Con NPC - by nymphi - 28.04.2010, 06:57
Re: [Ayuda] Con NPC - by RcoN! - 28.04.2010, 07:22
Re: [Ayuda] Con NPC - by Andres_Garcia - 28.04.2010, 15:28
Re: [Ayuda] Con NPC - by [SRG]Toxic_Racer - 28.04.2010, 21:19
Re: [Ayuda] Con NPC - by Andres_Garcia - 28.04.2010, 23:23
Re: [Ayuda] Con NPC - by [SRG]Toxic_Racer - 29.04.2010, 00:20
Re: [Ayuda] Con NPC - by Andres_Garcia - 29.04.2010, 00:24
Re: [Ayuda] Con NPC - by [SRG]Toxic_Racer - 29.04.2010, 00:46
Re: [Ayuda] Con NPC - by Andres_Garcia - 29.04.2010, 01:02

Forum Jump:


Users browsing this thread: 1 Guest(s)