06.07.2011, 23:09
What Does this Mean?
I know it means dcmd is telling command register, , and that its a command. What does the number mean?
Код:
public OnPlayerCommandText(playerid, cmdtext[]) { dcmd(register, 8, cmdtext); dcmd(login, 5, cmdtext); dcmd(logout, 6, cmdtext); dcmd(password, 8, cmdtext); return 0;