24.03.2015, 17:19
Does this show the correct values for ID and the name?
pawn Код:
new
accountID, name[MPN + 1];
accountID = cache_get_field_content_int(0, "id");
cache_get_field_content(0, "pseudo", name);
printf("ID: %d", accountID);
printf("Name: %s", name);