Some snippets generate wrongly where arrays such as float var[3] becomes float var instead
To Reproduce
Type $OnPlayerRunCmd and let it autocomplete
Resulting code:
public Action OnPlayerRunCmd(int client, int & buttons, int & impulse, float vel, float angles, int & weapon, int & subtype, int & cmdnum, int & tickcount, int & seed, int mouse)
Basic information
Further Information
Some snippets generate wrongly where arrays such as
float var[3]
becomesfloat var
insteadTo Reproduce
Type
$OnPlayerRunCmd
and let it autocompleteResulting code:
Proper code: