28.03.2014, 23:01
GetPlayerName doesn't work like that. See here for correct usage: https://sampwiki.blast.hk/wiki/GetPlayerName
However, I find that the easy way of inserting names is to simply get it once into a global variable in OnPlayerConnect and use that variable throughout the script.
However, I find that the easy way of inserting names is to simply get it once into a global variable in OnPlayerConnect and use that variable throughout the script.

