View Single Post
shauli
Member
Join Date: Jun 2018
Old 06-21-2018 , 17:25   Re: Touch positions problem
Reply With Quote #8

When creating your checkpoints entities add some extra information in iuser1/2/3/4, for example inside your for loop:
PHP Code:
set_pev(entpev_iuser1i); 
Then in your touch forward use pev(ent, pev_iuser1) to get that data.
shauli is offline