Variable with letters and numbers
#2

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.
Reply


Messages In This Thread
Variable with letters and numbers - by JoshNudock - 15.06.2015, 18:32
Re: Variable with letters and numbers - by Konstantinos - 15.06.2015, 18:38
Re : Re: Variable with letters and numbers - by Dutheil - 15.06.2015, 18:42
Re: Re : Re: Variable with letters and numbers - by Vince - 15.06.2015, 19:23

Forum Jump:


Users browsing this thread: 1 Guest(s)