
10-13-2003, 04:41 AM
|
|
Pixel Monkey
|
 |
Join Date: Dec 2001
Location: Michigan
Posts: 1,702
|
|
Quote:
Originally posted by Python523
All he said was playerchats&&strequals(#c,) o_O
|
Oh, I see where your getting at.
NPC Code:
//#CLIENTSIDE
if (playerchats){
if (strequals(#c,message)){
}
}
It was an assumption. |
|
|
|