(adsbygoogle = window.adsbygoogle || []).push({});
hi there
i need your help guys a friend of my is making a trainer and its works fine on windows 7 but the online feature does not work on windows 8 because we can't find the code of it
I need to add values to a struct in a loop and be able to call it by an int, currently getting the Error: "Type name is not allowed"
As much as I loathe the idea of trainers fucking about with other players (hint: Lets not make it like consoles, with players being fucked with and the modder being reported!) - have you declared 'name' as a type somewhere (int, string etc)?
You're getting that error because it's not been declared in the scope (either globally or privately).