25.10.2011, 18:51
you forgot a ')' from the if line.
add it: if(sscanf(params, "ud", id, num))
Edit: Also you should not place COMMAND: blocks into public OnPlayerCommandText.
Place it outside of any functions.
add it: if(sscanf(params, "ud", id, num))
Edit: Also you should not place COMMAND: blocks into public OnPlayerCommandText.
Place it outside of any functions.