06.11.2012, 16:19
Try this
If you don't know how to work with dcmd put the dcmd_command outside any callback.
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
dcmd(register,8,cmdtext);
new file[256],n[MAX_PLAYER_NAME];
GetPlayerName(playerid,n,MAX_PLAYER_NAME);
format(file,sizeof(file),"VIP SYSTEM/Users/%s.txt",n);
return 1;
}