20.12.2009, 20:01
I get this error when i try to make an NPC SendChat
At that line region..
This is from wiki.. link
https://sampwiki.blast.hk/wiki/NPC:OnNPCSpawn
Код:
C:\Users\Marc\Desktop\All Server Files\Samp Server(s)\Test\filterscripts\allnpcs.pwn(55) : error 017: undefined symbol "SendChat" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.
pawn Код:
public OnNPCSpawn()
{
print("NPC spawned");
SendChat("Hello World. I'm a bot.");
return 1;
}
https://sampwiki.blast.hk/wiki/NPC:OnNPCSpawn