View Single Post
  #3  
Old 04-10-2007, 10:06 PM
shadowjones shadowjones is offline
**** Scripter xD
Join Date: Apr 2007
Posts: 24
shadowjones is on a distinguished road
Quote:
Originally Posted by godofwarares View Post
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 ^_^
Reply With Quote