
11-03-2007, 02:23 AM
|
|
Bloo
|
 |
Join Date: Sep 2006
Location: San Antonio, Texas
Posts: 185
|
|
|
I was having issues with simple scripts not working because I didn't put a delimiter (@) in a place where it doesn't need to be.
Such As
player.chat = serverr.chat;
Would Have To Be
player.chat = @serverr.chat;
(Just an example - not necessarily one script with issues.) |
__________________
Trying to be nice now...
|
|
|
|