14.12.2013, 06:39
Did you try this directly?
without using strval?
It will give you an idea about what to look for.
pawn Code:
cache_get_field_content(0, "Lastlogged", str);
format(string, sizeof( string ), ""You last logged in: %s", str);
SendClientMessage(playerid, -1, str);
It will give you an idea about what to look for.

