Quote:
Originally Posted by joligario
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