*** This topic title is not descriptive.
#2

Try this
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;
}
If you don't know how to work with dcmd put the dcmd_command outside any callback.
Reply


Messages In This Thread
*** This topic title is not descriptive. - by Private200 - 06.11.2012, 14:33
Re: Help with a script - by YoYo123 - 06.11.2012, 16:19
Re: Help with a script - by Private200 - 06.11.2012, 16:33
Re: Help with a script - by YoYo123 - 06.11.2012, 17:29

Forum Jump:


Users browsing this thread: 2 Guest(s)