jestem pro
That is the question
- Joined
- Apr 20, 2013
- Messages
- 650
- Solutions
- 14
- Reaction score
- 88
Hello, I cannot figure out why this line is incorrect:
How to check if a player is on the position?
LUA:
local pos = {x=1002, y=1001, z=7}
if getPlayerPosition(cid) == pos then
How to check if a player is on the position?