01.05.2012, 20:13
Well my target code is this:
Should I alter this or simply add a NPC?
And thanks for the quick replies guys.
Код:
stock GetOtherPlayerNameEx() { new targetid; new targetname[MAX_PLAYER_NAME]; GetPlayerName(targetid, targetname,sizeof(targetname)); for(new i;i<strlen(targetname);i++) { if(targetname[i] == '_') targetname[i] = ' '; } return targetname; }
And thanks for the quick replies guys.