14.06.2015, 16:36
I just use Text Compare to check differences and found this
0.3z:
native GetWeaponName(weaponid, weapon[], len);
native GetPlayerVersion(playerid, version[], len);
0.3.7:
native GetWeaponName(weaponid, const weapon[], len);
native GetPlayerVersion(playerid, const version[], len);
But that should be as stated in wiki "version[] The string to store the player's version in, passed by reference."
what's the meaning of that change
0.3z:
native GetWeaponName(weaponid, weapon[], len);
native GetPlayerVersion(playerid, version[], len);
0.3.7:
native GetWeaponName(weaponid, const weapon[], len);
native GetPlayerVersion(playerid, const version[], len);
But that should be as stated in wiki "version[] The string to store the player's version in, passed by reference."
what's the meaning of that change