NPC Code:
//#CLIENTSIDE
if (created || timeout) {timeout=.05;} //infinite loop
if (timeout) {
if (mousex in |playerx,playerx+2| && mousey in |playery,playery+2|) {
showcharprop #a;
}
}
I need it to be so it can show the players account not my account, you know when you put your mouse over them it shows there account.
Someone please help me
