Thread: Fishing
View Single Post
  #7  
Old 02-14-2002, 09:31 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
This is what I do for editing strings, first Ill just set a var and a string:
if (created)
{
var=10;
setstring client.string,10;
}
if (playertouchsme)
{
var=strtofloat(#s(client.string))+1;
setstring client.string,#v(var);
}
you can edit that anyway you want
Reply With Quote