21.12.2012, 10:32
Hi,
I'm creating client-side plugin. Can someone give me idea, how can client-side plugin communicate with server? I think it would need a server-side plugin... I mean, when I call
the client-side plugin does something. Or when something happens on client, it calls
Thanks, I hope I'm not breaking rules this time.
I'm creating client-side plugin. Can someone give me idea, how can client-side plugin communicate with server? I think it would need a server-side plugin... I mean, when I call
Code:
DoSomething(playerid);
Code:
SomethingHappened(playerid, whatHappened);