Onaylı Üye
code:
the result of path is "Gameplay/Vehicles/AH6/AH6_Littlebird"
I need to split this into an array using "/" as separator. How i can do this?
Kod:
char* path = entity->m_Opath;
the result of path is "Gameplay/Vehicles/AH6/AH6_Littlebird"
I need to split this into an array using "/" as separator. How i can do this?