Quote:
Originally posted by Deadly_Killer
Can someone fix this i need it so when they fire it it works and so when they fire it off it stops and i need it so when someone chat it appears on walkie talkie if on.
NPC Code:
if (playertouchsme) {toweapons Walkie talkie;
}
if (weaponfired) {
setplayerprop#c,#s(server.walkie1);
timeout=.05;
}
if (playerchats) {
setstring server.walkie1,#n:#c;
}
|
i would if it was a script that you made from scratch but i recognize the script to much