Wow, thanks for the help and sorry for not searching. I will use the
Code:
#include <amxmodx>
new origin[3];
get_user_origin(id, origin);
but I don't know how to get the position of my char in-game, playing with my map, so I can add the positions in the script. There is a way to make a trigger in my map and make my plugin verify if one player touched it? I think this way is better. Thank you all