21.07.2012, 18:48
So I got this command.
How to make it like, /buy 1, so I can make like, /secretthing 3534635, and that number will be the password.
pawn Код:
dcmd_secretthing(playerid, params[])
{
if(sscanf(params, "password[32]", result)) return SendClientMessage(playerid, COLOR_GRAD2, "Wrong password.");
if(passwordcorrect)
{
...
}
return 1;
}