26.04.2011, 09:52
A function to check the size of players custom.img in bytes.
GetPlayerImageSize(playerid);
Example:
GetPlayerImageSize(playerid);
Example:
Quote:
if(GetPlayerImageSize(playerid) != 191284213) { SendClientMessage(playerid,COLOR_SAMP,"Please visit our Forum to download the newest Mod's"); } else { SendClientMessage(playerid,COLOR_SAMP,"There is no Update"); } |