What is wrong in my code for WP script?
Code:
if (Pos('ps|inv|name|won', inPkt)>0) then gSys.SendC('dziwka');
If i send packet: ps|inv|name|won then script should send packet: dziwka but it doesn't work ..
What is wrong in this code? O.o
It's pascal.