O.P. RE: Help with Timer (AddTimer)
I thought that coud've happened because my actual code is larger than that and does some extra things, I have been adding code as I need it, but I'll follow your advice and rewrite it. Thanks I went trough the documentation and found the:
OnEvent_ContactNameChange(
[string] Email,
[string] NewName
);
OnEvent_ContactPsmChange(
[string] Email,
[string] NewPsm
);
OnEvent_ContactMediaChange(
[string] Email,
[string] NewMedia
);
I just don't get the "New(Name)(Psm)(Media)" part. What do I have to fill that with?
P.S. I have to replace the picture aswell
|