View Single Post
  #8  
Old 11-15-2003, 08:07 AM
MrGannondorf MrGannondorf is offline
Teh Lunpa
Join Date: Apr 2002
Location: usa, alas
Posts: 395
MrGannondorf is on a distinguished road
Send a message via AIM to MrGannondorf
before...
NPC Code:
if ((strtofloat(#p(0))>=65&&strtofloat(#p(0))<=90)||(  strtofloat(#p(0))>=321&&strtofloat(#p(0))<=346)) addstring client.lunpatexttestis,#p(0);



after...
NPC Code:
if ((strtofloat(#p(0))>=65&&strtofloat(#p(0))<=90)||(  strtofloat(#p(0))>=321&&strtofloat(#p(0))<=346)) addstring client.lunpatexttestis,#K(#p(0));



o.O Are you sure thats right? Now it won't return anythign...
__________________
Reply With Quote