View Single Post
  #2  
Old 05-15-2002, 12:12 AM
Neonight Neonight is offline
where da wmdz at
Neonight's Avatar
Join Date: Jun 2001
Location: Windsor, Illinois
Posts: 3,665
Neonight is on a distinguished road
Send a message via AIM to Neonight

Jagen:
1.)
setstring #v(strtofloat(#s(client.rock1))+1);

2.)
if(playerchats&&strequals(#c,sell rocks)){
playerrupees+=strtofloat(#s(client.rock1));
setstring client.rock1,0;
}

try that
Reply With Quote