View Single Post
  #5  
Old 10-07-2001, 02:32 PM
Providence_RC1 Providence_RC1 is offline
Banned
Join Date: Oct 2001
Posts: 52
Providence_RC1 is on a distinguished road
if (playerchats) {
if (strequals(#c,sell stuff)) {
playerrupees = + #s(client.stuff);
setstring client.stuff,0;
}
}
Reply With Quote