01.09.2011, 10:57
Quote:
Okay, so we've got that problem. The NPCs don't even try connect. We've that script which should let NPCs to connect.
Код:
#include <a_samp> public OnFilterScriptInit()//This is FS. { ConnectNPC("Boltsucher","npcidle"); ConnectNPC("Biciklis","npcidle"); return 1; } public OnFilterScriptExit() { return 1; } The weirdest, in some computers/copies of SAMP server it works, for example, on mine it works, but in the host's, and on my friend's computer, it doesn't. So we're out of ideas now, anybody could give us a solution would be appreciated. |