Thread: need help
View Single Post
  #6  
Old 07-16-2005, 01:02 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 Polo
NPC Code:
if (keypressed) {
if (strequals(#p(1),n)) {
setstring clientr.dollars,#v(strtofloat(#s(clientr.dollars)) + 1);
}
}

thanks. i just needed to change the +=1 to +1
Reply With Quote