28.04.2010, 15:28
Miren encontre esto, pero al ponerlo en el FS me tira este error.
Y este es el error que me tira:
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. |