26.09.2010, 15:11
GetPlayer2DZone puts the zone name into 'zone' and does not return it, it only return 1/0 if it was succesful or not.
Do it like this:
Do it like this:
pawn Код:
GetPlayer2DZone(playerid, zone_string, MAX_ZONE_NAME);
TextDrawSetString(ZONE, zone_string);