View Single Post
  #2  
Old 03-08-2002, 03:15 PM
neomaximus2k neomaximus2k is offline
Registered User
Join Date: Feb 2002
Location: UK
Posts: 324
neomaximus2k is on a distinguished road
Send a message via ICQ to neomaximus2k
Re: Can someone help me with walkie talkie

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
__________________
Beware of thy Inner self
NPC Code:

_.,.__
((o\\o\))
.-. ` \\``
__( )___.o"".,___
=== ~~~~~~~~
==
= Neo

Reply With Quote