10.07.2010, 14:04
Okay, I've been working on a /buyhouse cmd but there's a problem with it...
It does not read the name as it should be.
Say the name is "Andy Remirez", then it reads it as "Ady Remirez".
This is the line:
It does not read the name as it should be.
Say the name is "Andy Remirez", then it reads it as "Ady Remirez".
This is the line:
pawn Код:
strmid(HouseInfo[h][hOwner], playername, 0, strlen(playername), 255);