04.09.2015, 12:43
GetPlayerName(playerid,pName,sizeof(pName));
GetPlayerName(playerid,aName,sizeof(aName));
You are getting the same player, take a look at the playerid, the 2 need to be replaced by the target.
GetPlayerName(playerid,aName,sizeof(aName));
You are getting the same player, take a look at the playerid, the 2 need to be replaced by the target.