View Single Post
  #10  
Old 05-08-2011, 12:22 AM
Astal
Hill Giant
 
Join Date: Mar 2010
Posts: 236
Default

Quote:
Originally Posted by joligario View Post
Not quite. If you are wanting to go around perl, the client has:

Code:
inline void UpdateTaskActivity(int TaskID, int ActivityID, int Count)
So it would be $client->UpdateTaskActivity(taskid, activityid, count);
if you cast $pc to a client.
thanks man, we have been working on this script all day and cant get it working right
Reply With Quote