Thread: question
View Single Post
  #17  
Old 01-15-2002, 10:15 AM
kyle0654 kyle0654 is offline
-. .`
kyle0654's Avatar
Join Date: Mar 2001
Posts: 1,000
kyle0654 will become famous soon enough
NPC Code:

if (playerchats) {
with (getplayer(#a)) {
setstring client.chatted,#c;
}
}
//#CLIENTSIDE
if (weaponfired) {
say2 testing;
}


If that's a weapon and it doesn't exist in any level it won't ever recieve playerchats, and even if it is in a level, it'll only recieve it when the player is in the same level. Plus, I've heard that with (getplayer(#a)) { doesn't work.