01.10.2017, 09:44
You're completely using a string in the place of integral values (i.e.)PlayerInfo enumeration and GetPlayerFaction functions.
To set rank of an offline player (or who's not connected in your words), you have to edit the PLAYER FILE (.ini in case of INI file systems, or the database table in case of MySQL). A integer holder cannot hold a string.
To set rank of an offline player (or who's not connected in your words), you have to edit the PLAYER FILE (.ini in case of INI file systems, or the database table in case of MySQL). A integer holder cannot hold a string.