31.08.2010, 07:08
If you want them to do the same exact things, you could just do
It checks if either "/radio" or /playstreamed were typed.
pawn Код:
if(strcmp(cmdtext, "/radio", true) == 0 || strcmp(cmdtext, "/playstreamed", true) == 0)