Set a string to another string
#2

pawn Код:
#define strcpy(%0,%1) \
    strcat((%0[0] = '\0', %0), %1)

//(...)
strcpy(mBagLoc, position);
Reply


Messages In This Thread
Set a string to another string - by Sellize - 24.03.2015, 14:49
Re: Set a string to another string - by Misiur - 24.03.2015, 14:52

Forum Jump:


Users browsing this thread: 1 Guest(s)