Thread
:
Using group functions to get if player is in a group ect...
View Single Post
#
9
05-07-2011, 10:14 PM
joligario
Developer
Join Date: Mar 2003
Posts: 1,498
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.
joligario
View Public Profile
Send a private message to joligario
Find all posts by joligario