23.01.2013, 15:14
1. You need to make an array for names. name[MAX_PLAYER_NAME+1] (+1 is for null). Then use:
2. If you use SSCANF then use the "u" params for smaller code..
pawn Код:
strmid(name2, name, 0, strlen(name));