13.08.2006, 08:14
i changed it a bit and now you can use
(you need dprop, which can be found via search or alternativly here)
pawn Code:
public GetPlayerZone(playerid) {
new line[10];
format(line,10,"p%dzone",playerid);
new zoneid = strval(PropertyGet(line));
return zoneid;
}