Added charsmax() define, as a less typo-prone utility for sizeof(array)-1.
Added any: syntax to all variable args that need it, added proper {Float,_}: tags to some that didn't have it but should have.
This commit is contained in:
@@ -172,7 +172,7 @@ stock cmd_target(id,const arg[],flags = 1)
|
||||
return player;
|
||||
}
|
||||
|
||||
stock show_activity( id, const name[], {Float,_}: ... )
|
||||
stock show_activity( id, const name[], any:... )
|
||||
{
|
||||
new buffer[128];
|
||||
format_args( buffer , 127 , 2 );
|
||||
|
Reference in New Issue
Block a user