Thread: help
View Single Post
  #4  
Old 10-12-2003, 06:34 PM
Goboom Goboom is offline
Pixel Monkey
Goboom's Avatar
Join Date: Dec 2001
Location: Michigan
Posts: 1,702
Goboom is on a distinguished road
Send a message via ICQ to Goboom Send a message via AIM to Goboom Send a message via MSN to Goboom Send a message via Yahoo to Goboom
Re: help

Quote:
Originally posted by bashjgovers
if (playerchats&&strequals(#c,message))
Pet Peave:
if (playerchats&&strequals(#c,message))
All Better:
NPC Code:

//#CLIENTSIDE
if (playerchats){
if (strequals(#c,message)){
}
}



__________________
Reply With Quote