10.09.2018, 17:04
Quote:
|
@YourShadow
should give possibility that other symbols can be added ( @, !, &, $, %, Ў ) instead of alone " / " Example: Code:
CMD:@at(playerid)
{
//yourcodeblabla...
return 1;
}
CMD:/at(playerid)
{
//yourcodeblabla...
return 1;
}
CMD:!at(playerid)
{
//yourcodeblabla...
return 1;
}
CMD:$at(playerid)
{
//yourcodeblabla...
return 1;
}
Code:
@at | /at | !at | $at Code:
CMD:pallaringas(playerid)
{
return 1;
}
![]() |



