Quote:
|
Originally Posted by Dujma
pawn Код:
new Origin[MAX_PLAYER_NAME]; format(Origin, sizeof(Origin), "Nowhere"); strmid(PlayerInfo[playerid][pOrigin], string, 0, strlen(string), 128);
|
Thanks a lot, but where's strmid function from? Which include? And could you please explain me how it works?