06.05.2015, 13:50
Hey! I've been trying to fix this problem for a while now but, sadly no luck.
What I want to happen is when somebody calls for a Taxi, they are asked where they are located, obviously, if they're, say at Glen Park it'll just show "Glen".
What I want to happen is when somebody calls for a Taxi, they are asked where they are located, obviously, if they're, say at Glen Park it'll just show "Glen".
pawn Код:
strmid(PlayerTaxiLoca[playerid], tmp, 0, strlen(text), sizeof(tmp));
format(string, sizeof string, "Redsquare Taxis says: Alright, a Taxi should be on it's way to '%s'! Thanks for calling.", PlayerTaxiLoca[playerid]);
SendClientMessage(playerid, COLOR_GREY, string);