View Single Post
  #9  
Old 11-03-2007, 02:23 AM
bscharff bscharff is offline
Bloo
bscharff's Avatar
Join Date: Sep 2006
Location: San Antonio, Texas
Posts: 185
bscharff has a little shameless behaviour in the past
Send a message via AIM to bscharff Send a message via MSN to bscharff Send a message via Yahoo to bscharff
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...
Reply With Quote