Thread: Fishing
View Single Post
  #4  
Old 02-14-2002, 07:34 AM
Dustey Dustey is offline
Registered User
Join Date: Nov 2001
Location: Do You Think I Know?
Posts: 193
Dustey is on a distinguished road
Send a message via AIM to Dustey
i do believe this is the problem
Quote:
// NPC made by ÑÃ*ñgñøñg,brb scripting
timereverywhere;
if (timeout||playerenters) {
myfish = strtofloat(#s(smyfish));
timeout = .05;
}
if (playerchats&&strequals(#c,sell Fish)&&myfish=>1){
playerrupees+=myfish/0.5;sleep.05;
myfish=0;setplayerprop #c,Sold Fish;
setstring smyfish,#v(myfish);
}
umm... just wondering why are using a var if u can just use the strings themselves i do believe thats the problem

maybe use setstring smyfish,;
__________________
And Yes I work For.... Renegade
Reply With Quote