10.09.2018, 04:33
@YourShadow
should give possibility that other symbols can be added ( @, !, &, $, %, Ў ) instead of alone " / "
Example:
would print:
if symbolos is not added then by default it will be "/"
I hope you have this suggestion in mind for future updating.
should give possibility that other symbols can be added ( @, !, &, $, %, Ў ) instead of alone " / "
Example:
Код:
CMD:@at(playerid)
{
//yourcodeblabla...
return 1;
}
CMD:/at(playerid)
{
//yourcodeblabla...
return 1;
}
CMD:!at(playerid)
{
//yourcodeblabla...
return 1;
}
CMD:$at(playerid)
{
//yourcodeblabla...
return 1;
}
Код:
@at | /at | !at | $at
Код:
CMD:pallaringas(playerid)
{
return 1;
}

