05.10.2014, 14:21
Quote:
The character(gm_uccisioni) is an integer, isn't it? And you're printing it as a string.
|
pawn Код:
cache_get_field_content(0,"gm_allineamento",u_info[playerid][allineamento]);
printf("%s",u_info[playerid][allineamento]); // RESULT IS NULL.. :\