CallRemoteFunction
#1

How to callback the function OnPlayerKeyStateChange for 'playerid' ?

Thanks.
Reply
#2

error 017: undefined symbol "newkeys"

Код:
forward ewsnow(playerid);
public ewsnow(playerid){
CallRemoteFunction("OnPlayerKeyStateChange", "ifff", playerid, newkeys, oldkeys);
return 1;
}
Reply
#3

The keys pressed is introduced to the server by the client, hence this would mean that you set the active key for the client which I believe is impossible.

I'm not sure though.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)