04.06.2017, 14:17
Whatever you do with CMD:***( playerid, params[] )
Always follow this method, otherwise you will get errors with " Unknown command ".
Always follow this method, otherwise you will get errors with " Unknown command ".
Код:
CMD:commandname( playerid, params[] ) { ..... ... return 1; }