function servercmdtest(%client, %a, %b){ //Do stuff here}
Except the first character after the variable identifier cannot be a number%a and %b work just fine
%1, %2...Work just fine do they idk
I really hate it when people post in coding help when they have literally no clue what they're talking aboutvariable names MUST start with a letter. NO EXCEPTIONS.The arguments in a servercmd are distinguished by the space character, which seperates the arguments.Each word is interpreted as 1 argument.