30.04.2016, 10:44
Well SA:MP has 2 types of textdraws. Global ones, the ones that r the same for every player on th esrver, and player ones, the ones uniq for every player. U r creating global ones, and try to use function that is intended to show player ones. So, u either want to swtich to player text draws, whic r more suitable to u scrip, atleast of waht I can see, or use TextDrawShowForPlayer function instead of PlayerTextDrawShow.