[HELP] help me with string
#4

Fastest way is to use strcpy. Its in the YSI 3.0, if you don't want to use it then just at the top of ur gamemode add:
pawn Код:
#define strcpy(%0,%1,%2) strcat((%0[0] = '\0', %0), %1, %2)
and then:
pawn Код:
strcpy(PlayerInfo[playerid][Nation], "American", 9);
@down:
Reply


Messages In This Thread
[HELP] help me with string - by Dirkon - 30.10.2011, 20:34
Re: [HELP] help me with string - by Stigg - 30.10.2011, 20:36
Re: [HELP] help me with string - by sleepysnowflake - 30.10.2011, 20:41
Re: [HELP] help me with string - by i514x - 30.10.2011, 20:42
Re: [HELP] help me with string - by KoczkaHUN - 30.10.2011, 20:42

Forum Jump:


Users browsing this thread: 1 Guest(s)