mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-12 06:48:04 +03:00
fixed /stats command
This commit is contained in:
parent
b609eead1b
commit
8d898ae459
@ -925,7 +925,7 @@ displayStats_steam(id,dest) {
|
|||||||
copy(g_Buffer[pos],2047-pos,"</table></pre></body></html>")
|
copy(g_Buffer[pos],2047-pos,"</table></pre></body></html>")
|
||||||
|
|
||||||
get_user_name(id,name,31)
|
get_user_name(id,name,31)
|
||||||
show_motd(id,g_Buffer,name)
|
show_motd(dest,g_Buffer,name)
|
||||||
}
|
}
|
||||||
|
|
||||||
public cmdRank(id){
|
public cmdRank(id){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user