Quote:
Originally Posted by godofwarares
First of all, You might want to do:
PHP Code:
//#CLIENTSIDE
if (playertouchsme)
{
if (clientr.helloworld == 1)
{
say Whatever 1;
} else {
say Whatever 2;
}
}
And also, Use == for comparisons. Not =.
PHP Code:
= Assignment
== Comparison
Lastly:
PHP Code:
//#CLIENTSIDE
not
//CLIENTSIDE

|
wow...i didnt even notice i forgot hte # O_O...thanks a bunch ^_^