You help add option ip city and company please?
sprintf(IPAddress, "%s", Grab IP Function Here);
sprintf(City, "%s", Grab City Function Here);
sprintf(Company, "%s", Grab Company Function Here);
DRAW_INFO(IPAddress, 0, 0.11f, 0.35f, 0.35f, 255, 255, 255, 255, 0, 1);
DRAW_INFO(City, 0, 0.14f, 0.35f, 0.35f, 255, 255, 255, 255, 0, 1);
DRAW_INFO(Company, 0, 0.17f, 0.35f, 0.35f, 255, 255, 255, 255, 0, 1);
Here you go theres your add option(s). Now just make 'your own' function to get the information. LOL. :)
*Edit, you'll also need to define your DRAW_INFO function. Suppose you could just use the DrawText Thats in many of the sources provided on DF
sprintf(City, "%s", Grab City Function Here);
sprintf(Company, "%s", Grab Company Function Here);
DRAW_INFO(IPAddress, 0, 0.11f, 0.35f, 0.35f, 255, 255, 255, 255, 0, 1);
DRAW_INFO(City, 0, 0.14f, 0.35f, 0.35f, 255, 255, 255, 255, 0, 1);
DRAW_INFO(Company, 0, 0.17f, 0.35f, 0.35f, 255, 255, 255, 255, 0, 1);
Here you go theres your add option(s). Now just make 'your own' function to get the information. LOL. :)
*Edit, you'll also need to define your DRAW_INFO function. Suppose you could just use the DrawText Thats in many of the sources provided on DF
2021 Best Be Better Then 2020
Users browsing: 2 Guest(s)