Thread: need help
View Single Post
  #4  
Old 07-16-2005, 12:51 PM
raiden0899 raiden0899 is offline
Registered User
raiden0899's Avatar
Join Date: Oct 2004
Posts: 192
raiden0899 is on a distinguished road
Quote:
Originally Posted by projectigi
try
NPC Code:

if (keypressed) {
if (strequals(#p(1),n)) {
setstring client.dollars,#v(strtofloat(#s(client.dollars))+= 1);
}
}

that sets it to 0 when i press n
Reply With Quote