11.06.2018, 19:02
Hi,
I am scripting modular so I use hooks. I never had this issue before so I dont know what I am doing wrong here.
the CallRemoteFunction line gives the tag mismatch error.
I am scripting modular so I use hooks. I never had this issue before so I dont know what I am doing wrong here.
Код:
public OnPlayerClickPlayerTextDraw(playerid, PlayerText:playertextid) { CallRemoteFunction("OPCPTD", "ii", playerid, playertextid); return 1; }