Quote:
Originally Posted by Konstantinos
pawn Код:
#if !defined strcpy #define strcpy(%0,%1) strcat((%0[0] = EOS, %0), %1) #endif
usage:
Код:
strcpy(PlayerInfo[playerid][pEmail], inputtext, /* SIZE OF "pEmail" HERE */);
and modify the size on the red text.
|
Or use strunpack, it's faster and do the same thing :3