22.07.2015, 19:40
pawn Код:
DB[playerid][Job][0] = EOS; // Clearing the string
strcat(DB[playerid][Job], "Unemployed", 30); // Adding "unemployed" to the now empty string.
pawn Код:
#define strcpy(%0,%1) strcat((%0[0] = EOS, %0), %1)
strcpy(DB[playerid][Job], "Unemployed", 30);