29.07.2012, 02:44
Your saying
While the callback is clearly
See what you'r doing wrong there?
pawn Code:
new name[34];
format(name, len, BusStops[number][BusName], 0);
return name;
}
pawn Code:
forward GetNearestBus(playerid, name[], len);
public GetNearestBus(playerid, name[], len)