29.07.2012, 02:52
Look
I am saving the variable 'bs' as the busstop name.
The bs represents the "name" part in GetNearestBus(playerid, NAME[], len);
34 presents "len".
This way it defines bs as name, which is what you are returning.
Your code isn't wrong there, but neither is mine.
And you'r claiming that mine is wrong, which is not true
And yeah I will,
I am saving the variable 'bs' as the busstop name.
pawn Code:
new bs[34];
GetNearestBus(playerid, bs, 34);
34 presents "len".
This way it defines bs as name, which is what you are returning.
Your code isn't wrong there, but neither is mine.
And you'r claiming that mine is wrong, which is not true
And yeah I will,